Skip to content

Commit

Permalink
Fixing buttons alaashafaee#211
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed Fadel authored and Mohamed Fadel committed Apr 25, 2014
1 parent bfff3c0 commit 62db931
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tutor/app/views/model_answers/_index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,6 @@
{controller: :hints, action: :destroy, id: hint1.id},
:method => :delete, class: 'btn btn-primary btn-xs' %></td>
<td><a href="#" class="btn btn-danger btn-xs">Delete</a></td>
<td><%= button_to "Delete", {:controller => 'model_answers',
:action => 'destroy', :id => answer1.id},
method: :delete, class: 'btn btn-primary',
:confirm => "Are you sure you want to delete
this Answer ?" %></td>
</tr>
<% end %>
</tbody>
Expand Down

0 comments on commit 62db931

Please sign in to comment.