Sha256: ccf58ee8867927f898f1465d5eb5e5733fa377664188e81cbe20b6b640595289

Contents?: true

Size: 343 Bytes

Versions: 4

Compression:

Stored size: 343 Bytes

Contents

%tr
<% for attribute in attributes -%>
  %td=h <%= singular_name %>.<%= attribute.name %>
<% end %>
  %td
    = link_to 'Show',    <%= name.singularize %>
    = link_to 'Edit',    <%= path_for(table_name, singular_name, "edit").gsub(/@/, "") %>
    = link_to 'Destroy', <%= name.singularize %>, :confirm => "Are you sure?", :method => :delete

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
dm-haml-scaffold-generator-0.0.4 generators/dm_haml_scaffold/templates/view__singular_haml.erb
dm-haml-scaffold-generator-0.0.3 generators/dm_haml_scaffold/templates/view__singular_haml.erb
dm-haml-scaffold-generator-0.0.2 generators/dm_haml_scaffold/templates/view__singular_haml.erb
dm-haml-scaffold-generator-0.0.1 generators/dm_haml_scaffold/templates/view__singular_haml.erb