X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/191d7f371031cec6a1b83157d3e9f17dee787075..d0e8f723117cc311389524fd3e3e73a4b0fe5626:/app/views/users/blocked.html.erb
diff --git a/app/views/users/blocked.html.erb b/app/views/users/blocked.html.erb
index 5753ebd9a..a97d9ba8d 100644
--- a/app/views/users/blocked.html.erb
+++ b/app/views/users/blocked.html.erb
@@ -1,12 +1,18 @@
-<% content_for :heading_class, "pb-0" %>
+<% content_for :heading_class, "p-0 mw-100" %>
<% content_for :heading do %>
-
-
<%= t "users.new.title" %>
+
+
+ -
+ <%= link_to t("sessions.new.tab_title"), url_for(:action => :new, :controller => :sessions), :class => "nav-link" %>
+
+ -
+ <%= link_to t("users.new.tab_title"), "#", :class => "nav-link active" %>
+
+
-
<% end %>
-
-
<%= t "users.new.no_auto_account_create" %>
-
<%= t "users.new.contact_support_html", :support => "mailto:#{Settings.support_email}" %>
+
+
<%= t "users.new.no_auto_account_create" %>
+
<%= t "users.new.please_contact_support_html", :support_link => mail_to(Settings.support_email, t("users.new.support")) %>