]> git.openstreetmap.org Git - rails.git/commitdiff
Fix small error in _header.html.erb
authorSky <dimiturtasev@abv.bg>
Wed, 15 Jun 2022 21:14:34 +0000 (00:14 +0300)
committerGitHub <noreply@github.com>
Wed, 15 Jun 2022 21:14:34 +0000 (00:14 +0300)
app/views/layouts/_header.html.erb

index ed302715a9e57564cd1b4cc47906c327e72ba7c4..1c1ae0ebe04047e6dee1fc42a591afc4ee5dc2d2 100644 (file)
       <div class="d-inline-flex btn-group login-menu" role="">
         <%= link_to t("layouts.log_in"), login_path(:referer => request.fullpath), :class => "geolink btn btn-outline-secondary" %>
         <%= link_to t("layouts.sign_up"), user_new_path, :class => "btn btn-outline-secondary" %>
-      </ul>
+      </div>
     <% end %>
   </nav>
 </header>