# HG changeset patch # User Nattee Niparnan # Date 2016-09-05 12:43:35 # Node ID 22703ecfec5718a9a9e25b3865680677762c4293 # Parent 0ef720704122e39c619a516f4bb56265d22e61ff fix problem link diff --git a/app/views/problems/edit.html.erb b/app/views/problems/edit.html.erb --- a/app/views/problems/edit.html.erb +++ b/app/views/problems/edit.html.erb @@ -6,4 +6,4 @@ <% end %> <%= link_to 'Show', :action => 'show', :id => @problem %> | -<%= link_to 'Back', :action => 'list' %> +<%= link_to 'Back', problems_path %>