Skip to content

Commit

Permalink
Make link appear as a button for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
pixeltrix committed Oct 7, 2016
1 parent 21b30f1 commit ed181f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/admin/petition_details/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<%= f.submit 'Save', class: 'button' %>
<%= link_to 'Cancel', admin_petition_path(@petition) %>
<%= link_to 'Cancel', admin_petition_path(@petition), class: 'button-secondary' %>
<% end %>
</div>
Expand Down

0 comments on commit ed181f6

Please sign in to comment.