Skip to content

Commit

Permalink
Fixing indentation #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 8bb1039 commit b00eddd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutor/app/views/model_answers/_index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
style: "text-decoration:none"} %></td>
<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>
</tr>
<% end %>
Expand Down

0 comments on commit b00eddd

Please sign in to comment.