Description:
fix problem link
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
r591:22703ecfec57 - - 1 file changed: 1 inserted, 1 deleted
@@ -3,7 +3,7 | |||||
|
3 | <%= form_for @problem,url:{action: 'update'},html: {multipart: true} do %> |
|
3 | <%= form_for @problem,url:{action: 'update'},html: {multipart: true} do %> |
|
4 | <%= render :partial => 'form' %> |
|
4 | <%= render :partial => 'form' %> |
|
5 | <%= submit_tag 'Edit' %> |
|
5 | <%= submit_tag 'Edit' %> |
|
6 | <% end %> |
|
6 | <% end %> |
|
7 |
|
7 | ||
|
8 | <%= link_to 'Show', :action => 'show', :id => @problem %> | |
|
8 | <%= link_to 'Show', :action => 'show', :id => @problem %> | |
|
9 |
- <%= link_to 'Back', |
|
9 | + <%= link_to 'Back', problems_path %> |
You need to be logged in to leave comments.
Login now