]> git.openstreetmap.org Git - rails.git/commitdiff
Add navigation tabs to edit block pages
authorAnton Khorev <tony29@yandex.ru>
Fri, 16 Aug 2024 10:27:10 +0000 (13:27 +0300)
committerAnton Khorev <tony29@yandex.ru>
Fri, 16 Aug 2024 10:27:10 +0000 (13:27 +0300)
app/views/user_blocks/_navigation.html.erb
app/views/user_blocks/edit.html.erb
config/locales/en.yml

index f53f5cf2806bfc022e10ffed06518095c0fdcf6f..f4f9b04f82b4794e58d13f2f4f6c1e31486ba1d5 100644 (file)
@@ -38,7 +38,7 @@
     <li class="nav-item">
       <%= link_to t(".block", :id => @user_block.id),
                   user_block_path(@user_block),
-                  :class => ["nav-link", { :active => action_name == "show" }] %>
+                  :class => "nav-link active" %>
     </li>
   <% end %>
 </ul>
index 88441a15d9ccbb2d80c694fa425c77a527372cf8..12b875f2f4c085286985fe65fcaa9c21bbc9a32f 100644 (file)
@@ -1,12 +1,9 @@
 <% @title = t ".title", :name => @user_block.user.display_name %>
+
+<% content_for :heading_class, "pb-0" %>
 <% content_for :heading do %>
   <h1><%= t(".heading_html", :name => link_to(@user_block.user.display_name, @user_block.user)) %></h1>
-  <nav class='secondary-actions'>
-    <ul class='clearfix'>
-      <li><%= link_to t(".show"), @user_block %></li>
-      <li><%= link_to t(".back"), user_blocks_path %></li>
-    </ul>
-  </nav>
+  <%= render :partial => "navigation" %>
 <% end %>
 
 <%= bootstrap_form_for(@user_block) do |f| %>
index c4cae4b221b79bfbba7559635ef4f145f053451b..a97eca9c016c3104d6697596a29e5cbb74404820 100644 (file)
@@ -2941,8 +2941,6 @@ en:
       title: "Editing block on %{name}"
       heading_html: "Editing block on %{name}"
       period: "How long, starting now, the user will be blocked from the API for."
-      show: "View this block"
-      back: "View all blocks"
     filter:
       block_period: "The blocking period must be one of the values selectable in the drop-down list."
     create: