Skip to content

Commit

Permalink
Issue #211 fixing indentations
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 953b58d commit 6a897b2
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions tutor/app/views/model_answers/_index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,14 @@
:action => 'edit', :method => :get, :id => answer1.id},
{class: 'btn btn-primary btn-xs',
style: "text-decoration:none"} %></td>
<th style = "width:20%">Delete</th>
<th style = "width:20%">Delete</th>
<td><%= button_to "Delete",
{controller: :hints, action: :destroy, id: hint1.id},
:method => :delete, class: 'btn btn-primary btn-xs' %></td>
{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',
<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>
Expand Down

0 comments on commit 6a897b2

Please sign in to comment.