]> git.openstreetmap.org Git - rails.git/commitdiff
Merge remote-tracking branch 'upstream/pull/3576'
authorTom Hughes <tom@compton.nu>
Sun, 19 Jun 2022 11:32:44 +0000 (12:32 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 19 Jun 2022 11:32:44 +0000 (12:32 +0100)
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>