You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am facing issue with if conditions in scala template. In the following circumstance, the html will have white spaces and line breaks in between the two divs.
<div>
content in previous div.
</div>
@if(condition) {
<div>
content in next div
</div>
}
Activity