]> git.openstreetmap.org Git - rails.git/commitdiff
Add New Redaction button to redactions page
authorAnton Khorev <tony29@yandex.ru>
Wed, 11 Sep 2024 11:14:35 +0000 (14:14 +0300)
committerAnton Khorev <tony29@yandex.ru>
Wed, 11 Sep 2024 11:14:35 +0000 (14:14 +0300)
app/views/redactions/index.html.erb
config/locales/en.yml

index b6b6ef46e063e8f358eac3c64dc6ad8a440a918f..26dad64cfe1907eb415acb84f3880be59abdc8e5 100644 (file)
@@ -10,3 +10,9 @@
 <% else %>
   <p><%= t ".empty" %></p>
 <% end %>
 <% else %>
   <p><%= t ".empty" %></p>
 <% end %>
+
+<% if can?(:create, Redaction) %>
+  <div>
+    <%= link_to t(".new"), new_redaction_path, :class => "btn btn-outline-primary" %>
+  </div>
+<% end %>
index 9a383569ee3ce97241b24b4dcdf5c612e3a6c5f4..395cb3bf7e867c6ff817686940d25cd0815a0ada 100644 (file)
@@ -3204,6 +3204,7 @@ en:
       empty: "No redactions to show."
       heading: "List of Redactions"
       title: "List of Redactions"
       empty: "No redactions to show."
       heading: "List of Redactions"
       title: "List of Redactions"
+      new: "New Redaction"
     new:
       heading: "Enter Information for New Redaction"
       title: "Creating New Redaction"
     new:
       heading: "Enter Information for New Redaction"
       title: "Creating New Redaction"