Sha256: 9f56d46913b1e624ba9fab65bebd608353a8887730151c9ebea9b3f5cd9521ff
Contents?: true
Size: 396 Bytes
Versions: 30
Compression:
Stored size: 396 Bytes
Contents
%h1 Viewing <%= singular_name %> %div[current_object] <% for attribute in attributes -%> %p.<%= attribute.name %> %strong <%= attribute.column.human_name %> = h current_object.<%= attribute.name %> <% end -%> = link_to 'Edit', edit_object_path | = link_to 'Destroy', object_path, :confirm => 'Really destroy <%= singular_name %>?', :method => :delete | = link_to 'Back', objects_path
Version data entries
30 entries across 30 versions & 5 rubygems