[25195] users/jberry/mpwa/app/views/variant/list.rhtml
source_changes at macosforge.org
source_changes at macosforge.org
Tue May 15 13:38:12 PDT 2007
Revision: 25195
http://trac.macosforge.org/projects/macports/changeset/25195
Author: jberry at macports.org
Date: 2007-05-15 13:38:12 -0700 (Tue, 15 May 2007)
Log Message:
-----------
mpwa: Remove defunct edit/delete links from variant list
Modified Paths:
--------------
users/jberry/mpwa/app/views/variant/list.rhtml
Modified: users/jberry/mpwa/app/views/variant/list.rhtml
===================================================================
--- users/jberry/mpwa/app/views/variant/list.rhtml 2007-05-15 20:32:42 UTC (rev 25194)
+++ users/jberry/mpwa/app/views/variant/list.rhtml 2007-05-15 20:38:12 UTC (rev 25195)
@@ -15,12 +15,10 @@
<td><%=h variant.send(column.name) %></td>
<% end %>
<td><%= link_to 'Show', :action => 'show', :id => variant %></td>
- <td><%= link_to 'Edit', :action => 'edit', :id => variant %></td>
- <td><%= link_to 'Destroy', { :action => 'destroy', :id => variant }, :confirm => 'Are you sure?', :method => :post %></td>
</tr>
<% end %>
</table>
<%= link_to 'Previous page', { :page => @variant_pages.current.previous } if @variant_pages.current.previous %>
<%= link_to 'Next page', { :page => @variant_pages.current.next } if @variant_pages.current.next %>
-=
\ No newline at end of file
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070515/75fb36cc/attachment.html
More information about the macports-changes
mailing list