Sha256: 511dcc4d1023d8abe841dc7281379200f9603ca39795b160fe3c62838d4d6c71
Contents?: true
Size: 457 Bytes
Versions: 18
Compression:
Stored size: 457 Bytes
Contents
<% for attribute in attributes -%> <p> <b><%%= <%= class_name %>.human_attribute_name('<%= attribute.column.name %>') %>:</b> <%%=h @<%= singular_name %>.<%= attribute.name %> %> </p> <% end -%> <%%= link_to translate(:edit, :default => 'Edit', :scope => [:railties, :scaffold]), edit_<%= singular_name %>_path(@<%= singular_name %>) %> | <%%= link_to translate(:back, :default => 'Back', :scope => [:railties, :scaffold]), <%= plural_name %>_path %>
Version data entries
18 entries across 18 versions & 3 rubygems