Adds button to send pending proposal notifications

This commit is contained in:
María Checa
2018-05-24 11:12:11 +02:00
committed by decabeza
parent d58941ef9c
commit eb8c021451
6 changed files with 57 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
<tr>
<th><%= t("admin.shared.title") %></th>
<th><%= t("admin.shared.description") %></th>
<th class="small-5 text-right"><%= t("admin.shared.actions") %></th>
<th class="small-7 text-right"><%= t("admin.shared.actions") %></th>
</tr>
</thead>
<tbody>
@@ -27,6 +27,10 @@
admin_system_email_preview_pending_path(system_email_title),
class: "button" %>
<% end %>
<%= link_to t("admin.system_emails.preview_pending.send_pending"),
admin_system_email_send_pending_path(system_email_title),
class: "button",
method: :put %>
</td>
</tr>
<% end %>