Stop rails moaning.
This commit is contained in:
parent
b9fc5e662b
commit
9f8600877b
1 changed files with 2 additions and 2 deletions
|
@ -53,10 +53,10 @@
|
|||
<% unless @trace.public? %>
|
||||
<td><%= button_to 'Make this track public permanently', :controller => 'trace', :action => 'make_public', :id => @trace.id %></td>
|
||||
<% end %>
|
||||
<% if @trace.user.id == @user.id %>
|
||||
<% if @trace.user == @user %>
|
||||
<td><%= button_to 'Edit this track', :controller => 'trace', :action => 'edit', :id => @trace.id %></td>
|
||||
<% end %>
|
||||
<% if @trace.user.id == @user.id %>
|
||||
<% if @trace.user == @user %>
|
||||
<td><%= button_to 'Delete this track', :controller => 'trace', :action => 'delete', :id => @trace.id %></td>
|
||||
<% end %>
|
||||
</tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue