1
0
mirror of https://github.com/projekteuler/projekteuler.git synced 2025-12-10 08:46:41 +01:00

Fix "Edit" button leading to POST request

This commit is contained in:
Philipp Fischbeck 2014-12-08 10:50:59 +01:00
parent b6c0311097
commit d1a88f9141

View File

@ -12,4 +12,4 @@
</div>
</div>
<%= button_to 'Edit', edit_problem_path(@problem), class: 'btn btn-default' %>
<%= link_to 'Edit', edit_problem_path(@problem), class: 'btn btn-default' %>