Always show dashboard buttons

This commit is contained in:
decabeza
2019-04-26 18:39:38 +02:00
parent 4b7d7f27a4
commit 55fb14c6e3

View File

@@ -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">