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:
parent
b6c0311097
commit
d1a88f9141
@ -12,4 +12,4 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<%= button_to 'Edit', edit_problem_path(@problem), class: 'btn btn-default' %>
|
<%= link_to 'Edit', edit_problem_path(@problem), class: 'btn btn-default' %>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user