Closed wgohome closed 4 years ago
Describe the bug Navbar class for image tag have syntax error. Rendered as in html DOM
CSS class not applied
From _navbar.html.erb
<% if user_signed_in? %> <%= image_tag "https://ui-avatars.com/api/?name=#{current_user.email}", class: "max-width: 10%" "navbar-toggler", id: "navbarDropdown", data: { toggle: "collapse", target: '#navbarSupportedContent' } %> <% else %>
In mobile ok:
In full view not ok
Describe the bug Navbar class for image tag have syntax error. Rendered as in html DOM
CSS class not applied
From _navbar.html.erb
In mobile ok:
In full view not ok