]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/user_blocks/_navigation.html.erb
Record revokers when deactivating blocks by editing
[rails.git] / app / views / user_blocks / _navigation.html.erb
index a84ba133985c0b4331f339f669f1fc9296358547..f4f9b04f82b4794e58d13f2f4f6c1e31486ba1d5 100644 (file)
                   :class => ["nav-link", { :active => action_name == "blocks_by" }] %>
     </li>
   <% end %>
+  <% if @user_block %>
+    <li class="nav-item">
+      <%= link_to t(".block", :id => @user_block.id),
+                  user_block_path(@user_block),
+                  :class => "nav-link active" %>
+    </li>
+  <% end %>
 </ul>