Sha256: b6e729f7d09a2369acfae7885acee12ee247411a6206b69f8faeae1f6c8a809d

Contents?: true

Size: 908 Bytes

Versions: 5

Compression:

Stored size: 908 Bytes

Contents

- titles '<%= sco_titleized_plural %>'

%p= link_to('Add new <%= sco_humanized %>', new_admin_<%= sco_underscored %>_path)

- if @<%= sco_underscored_plural %>.any?
  
  %table#<%= sco_underscored_plural %>
  
    = render :partial => 'shared/admin/table_header', :locals => { :columns => %w( Title ), :buttons => 3 }
    
    %tbody
    
      - @<%= sco_underscored_plural %>.each do |<%= sco_underscored %>|
    
        %tr
      
          %td&= <%= sco_underscored %>
        
          %td=  link_to_button 'Show',   admin_<%= sco_underscored %>_path(<%= sco_underscored %>)
          %td=  link_to_button 'Edit',   edit_admin_<%= sco_underscored %>_path(<%= sco_underscored %>)
          %td=  link_to_button 'Delete', admin_<%= sco_underscored %>_path(<%= sco_underscored %>), :method => 'delete', :confirm => "Are you sure you want to delete the <%= sco_humanized %>: #{h(<%= sco_underscored %>)}?"

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
schofield-0.0.5 generators/schofield_controller/templates/unnested/index.rb
schofield-0.0.4 generators/schofield_controller/templates/unnested/index.rb
schofield-0.0.3 generators/schofield_controller/templates/unnested/index.rb
schofield-0.0.2 generators/schofield_controller/templates/unnested/index.rb
schofield-0.0.1 generators/schofield_controller/templates/unnested/index.rb