diff --git a/app/views/problems/show.html.erb b/app/views/problems/show.html.erb
index f3c7dc1..bdc91a0 100644
--- a/app/views/problems/show.html.erb
+++ b/app/views/problems/show.html.erb
@@ -12,4 +12,4 @@
-<%= button_to 'Edit', edit_problem_path(@problem), class: 'btn btn-default' %>
+<%= link_to 'Edit', edit_problem_path(@problem), class: 'btn btn-default' %>