Sha256: 31b945908efb26222b5f5313277571338522648e316b8adab28e05d44327c9d6

Contents?: true

Size: 1.43 KB

Versions: 16

Compression:

Stored size: 1.43 KB

Contents

- model_class = <%= resource_name.classify %>
.page-header
  h1=t '.title', :default => model_class.model_name.human.pluralize
table.table.table-striped
  thead
    tr
      th= model_class.human_attribute_name(:id)
      <%- columns.each do |column| -%>
      th= model_class.human_attribute_name(:<%= column.name %>)
      <%- end -%>
      th= model_class.human_attribute_name(:created_at)
      th=t '.actions', :default => t("helpers.actions")
    tbody
      - @<%= plural_resource_name %>.each do |<%= resource_name %>|
        tr
          td= link_to <%= resource_name %>.id, <%= singular_controller_routing_path %>_path(<%= resource_name %>)
          <%- columns.each do |column|  -%>
          td= <%= resource_name %>.<%= column.name %>
          <%- end -%>
          td=l <%= resource_name %>.created_at
          td
            = link_to t('.edit', :default => t("helpers.links.edit")), edit_<%= singular_controller_routing_path %>_path(<%= resource_name %>), :class => 'btn btn-mini'
            | &#xA0;
            = link_to t('.destroy', :default => t("helpers.links.destroy")), <%= singular_controller_routing_path %>_path(<%= resource_name %>), :method => :delete, :data => { :confirm => t('.confirm', :default => t("helpers.links.confirm", :default => 'Are you sure?')) }, :class => 'btn btn-mini btn-danger'

= link_to t('.new', :default => t("helpers.links.new")), new_<%= singular_controller_routing_path %>_path, :class => 'btn btn-primary'

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
twitter-bootswatch-rails-3.1.1.0 lib/generators/bootswatch/themed/templates/index.html.slim
twitter-bootswatch-rails-3.1.0.4 lib/generators/bootswatch/themed/templates/index.html.slim
twitter-bootswatch-rails-3.1.0.3 lib/generators/bootswatch/themed/templates/index.html.slim
twitter-bootswatch-rails-3.1.0.1 lib/generators/bootswatch/themed/templates/index.html.slim
twitter-bootswatch-rails-3.1.0.0 lib/generators/bootswatch/themed/templates/index.html.slim
twitter-bootswatch-rails-3.0.3.0 lib/generators/bootswatch/themed/templates/index.html.slim
twitter-bootswatch-rails-3.0.2.0 lib/generators/bootswatch/themed/templates/index.html.slim
twitter-bootswatch-rails-3.0.1.0 lib/generators/bootswatch/themed/templates/index.html.slim
twitter-bootswatch-rails-3.0.0.2 lib/generators/bootswatch/themed/templates/index.html.slim
twitter-bootswatch-rails-3.0.0.0 lib/generators/bootswatch/themed/templates/index.html.slim
twitter-bootswatch-rails-2.3.2.8 lib/generators/bootswatch/themed/templates/index.html.slim
twitter-bootswatch-rails-2.3.2.7 lib/generators/bootswatch/themed/templates/index.html.slim
twitter-bootswatch-rails-2.3.2.6 lib/generators/bootswatch/themed/templates/index.html.slim
twitter-bootswatch-rails-2.3.2.5 lib/generators/bootswatch/themed/templates/index.html.slim
twitter-bootswatch-rails-2.3.2.4 lib/generators/bootswatch/themed/templates/index.html.slim
twitter-bootswatch-rails-2.3.2.3 lib/generators/bootswatch/themed/templates/index.html.slim