Sha256: 0acfe5b26f3697169c823fcae742e0e3c42067c47ac2f3d714aa454229299a77

Contents?: true

Size: 404 Bytes

Versions: 1

Compression:

Stored size: 404 Bytes

Contents

<!--
 ! Excerpted from "Agile Web Development with Rails, 2nd Ed."
 ! We make no guarantees that this code is fit for any purpose.
 ! Visit http://www.pragmaticprogrammer.com/titles/rails2 for more book information.
-->
<<p : [Product.content_columns] <
  <b><<:human_name>>:</b>
  %= h @product.send($_.name)

%= link_to 'Edit', :action => 'edit', :id => @product
|
%= link_to 'Back', :action => 'list'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
amrita2-2.0.2 sample/depot/app/views/admin/show.html.a2