Always show dashboard buttons
This commit is contained in:
@@ -20,8 +20,8 @@
|
|||||||
<td class="help-text"><%= t("users.proposals.retired_help_text") %></td>
|
<td class="help-text"><%= t("users.proposals.retired_help_text") %></td>
|
||||||
<% elsif can?(:dashboard, proposal) %>
|
<% elsif can?(:dashboard, proposal) %>
|
||||||
<td>
|
<td>
|
||||||
<%= link_to t("proposals.show.dashboard_proposal_link"),
|
<%= link_to t("proposals.show.dashboard_proposal_link"),
|
||||||
progress_proposal_dashboard_path(proposal), class: "button hollow expanded" %>
|
progress_proposal_dashboard_path(proposal), class: "button hollow expanded" %>
|
||||||
</td>
|
</td>
|
||||||
<% else %>
|
<% else %>
|
||||||
<td class="text-center">
|
<td class="text-center">
|
||||||
|
|||||||
Reference in New Issue
Block a user