Merge pull request #3154 from consul/backport-check_for_deleted_proposals
[Backport] checks for deleted proposals
This commit is contained in:
@@ -31,7 +31,13 @@
|
||||
<td>
|
||||
<h3>
|
||||
<%= notification.title %>
|
||||
<small><%= link_to notification.proposal.title, proposal_path(notification.proposal) %></small>
|
||||
<small>
|
||||
<% if notification.proposal.present? %>
|
||||
<%= link_to notification.proposal.title, proposal_path(notification.proposal) %>
|
||||
<% else %>
|
||||
<%= t("admin.stats.proposal_notifications.not_available") %><br>
|
||||
<% end %>
|
||||
</small>
|
||||
</h3>
|
||||
<p><%= notification.body %></p>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user