Changeset 1247

Show
Ignore:
Timestamp:
11/12/06 18:24:31 (2 years ago)
Author:
james
Message:

product admin - names linkable

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • peasantonline/app/views/admin/_product.rhtml

    r1246 r1247  
    55<tr <%= classAttr %> id="<%= element_row_id(@options) %>" <%= "style=\"display: none;\"" if hidden %>> 
    66<td><%= product.id %>&nbsp;</td> 
    7 <td><%= product.name %>&nbsp;</td> 
     7<td><%= link_to product.name, :action => 'show_products', :id => product %>&nbsp;</td> 
    88<td><%= format_price(product.price) %>&nbsp;</td> 
    99<td><%= Designer.find_by_id(product.designer).name %>&nbsp;</td>