diff --git a/app/views/problems/index.html.erb b/app/views/problems/index.html.erb
index bf363f8..c73c437 100644
--- a/app/views/problems/index.html.erb
+++ b/app/views/problems/index.html.erb
@@ -20,4 +20,4 @@
-<%= button_to 'New Problem', new_problem_path, class: 'btn btn-default' %>
+<%= link_to 'New Problem', new_problem_path, class: 'btn btn-default' %>