]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/layouts/_header.html.erb
Fixed "Top menu buttons" issue mentioned in the #4773
[rails.git] / app / views / layouts / _header.html.erb
index 8516efc49e51ed9e01f045db900f6d782f727044..7f2880a1c9f6b91dd7c784b66197370396213a19 100644 (file)
           <%= link_to t("layouts.logout"), logout_path(:referer => request.fullpath), :method => "post", :class => "geolink dropdown-item" %>
         </div>
       </div>
-    <% elsif (controller_name != "users" and controller_name != "sessions") || action_name != "new" %>
+    <% else %>
       <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" %>