fix in url for edit

from_scratch
Wojciech Todryk 2011-09-05 20:42:45 +02:00
parent 8868a84123
commit 15ff3132f0
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
<td nowrap="nowrap"><%= date_formatter(row.date) %></td>
</td><td nowrap="nowrap"><%= size_formatter(row.size) %></td>
<% if @current_folder == @drafts_folder %>
<td><%= link_to(t(:edit,:scope=>:message),messages_edit_path(row.uid)) %></td>
<td><%= link_to(t(:edit,:scope=>:message),messages_ops_single_path(row.uid)) %></td>
<% else %>
<td><%= raw('&nbsp;') %></td>
<% end %>