Skip to content

Commit

Permalink
Fixing index file indentation alaashafaee#211
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed Fadel authored and Mohamed Fadel committed Apr 23, 2014
1 parent d1e3683 commit 4bf2e7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tutor/app/views/model_answers/_index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ Author: Mohamed Fadel-->

<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>
<td><%= button_to "Delete", {controller: :hints, action: :destroy, id: hint1.id},
:method => :delete, class: 'btn btn-primary btn-xs' %></td>

0 comments on commit 4bf2e7e

Please sign in to comment.