Format link_to consistently

This commit is contained in:
Bertocq
2017-09-08 12:39:23 +02:00
parent 2fafb067cc
commit e8f95f4b5b

View File

@@ -23,7 +23,8 @@
<% end %> <% end %>
<% if author_of?(@proposal, current_user) %> <% if author_of?(@proposal, current_user) %>
<%= link_to t("proposals.show.send_notification"), new_proposal_notification_path(proposal_id: @proposal.id), <%= link_to t("proposals.show.send_notification"),
new_proposal_notification_path(proposal_id: @proposal.id),
class: 'button hollow float-right' %> class: 'button hollow float-right' %>
<% end %> <% end %>