Skip to content

Commit

Permalink
Refixing indentation issue in index file #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 00e50fb commit 77f2374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutor/app/views/model_answers/_index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ 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>
:method => :delete, class: 'btn btn-primary btn-xs' %></td>

1 comment on commit 77f2374

@mohamedfadel
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Ahmed-Atef Please check, let me know if issue still persists and where, thank you

Please sign in to comment.