]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/users/blocked.html.erb
Merge remote-tracking branch 'upstream/pull/4889'
[rails.git] / app / views / users / blocked.html.erb
index 0decb13c0160448ca4e9339e75fcf2db5c16089d..a97d9ba8d120b6660658a09931c756c8e6f01045 100644 (file)
@@ -1,7 +1,14 @@
 <% content_for :heading_class, "p-0 mw-100" %>
 <% content_for :heading do %>
   <div class="header-illustration new-user-main auth-container mx-auto">
-    <h1><%= t "users.new.title" %></h1>
+    <ul class="nav nav-tabs position-absolute bottom-0 px-3 fs-6 w-100">
+      <li class="nav-item">
+        <%= link_to t("sessions.new.tab_title"), url_for(:action => :new, :controller => :sessions), :class => "nav-link" %>
+      </li>
+      <li class="nav-item">
+        <%= link_to t("users.new.tab_title"), "#", :class => "nav-link active" %>
+      </li>
+    </ul>
   </div>
 <% end %>