Skip to content

Commit

Permalink
Fixed Back buttton
Browse files Browse the repository at this point in the history
  • Loading branch information
Sathwickg committed Oct 25, 2017
1 parent f20932b commit 8c952a5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/views/bookmarks/new.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
<%= text_area_tag :description %><br/>
</p>
<p>
<td> <%= submit_tag "Add new bookmark" %> |
<%= link_to 'Back', :controller=> 'sign_up_sheet', :action=>'list', :assignment_id => @topic.assignment_id %></td>
<td> <%= submit_tag "Add new bookmark" %> | <a href="javascript:history.back()">Back</a></td>
</p>
<% end %>

Expand Down

0 comments on commit 8c952a5

Please sign in to comment.