Skip to content

Commit

Permalink
Show the badword in the view
Browse files Browse the repository at this point in the history
  • Loading branch information
Aditya Chadha committed Apr 27, 2009
1 parent d7dde9c commit 879e36c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/badwords/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

<% for badword in @badwords %>
<tr>
<td><%= badword.term %></td>
<td><%= link_to 'Show', badword %></td>
<td><%= link_to 'Edit', edit_badword_path(badword) %></td>
<td><%= link_to 'Destroy', badword, :confirm => 'Are you sure?', :method => :delete %></td>
Expand Down

0 comments on commit 879e36c

Please sign in to comment.