Sha256: d981c113901df251e259653c3142adf73b9f55d99bd59a8e934b615055d4f9d7

Contents?: true

Size: 1.42 KB

Versions: 21

Compression:

Stored size: 1.42 KB

Contents

- model_class = <%= resource_name.classify %>
div class="page-header"
  h1=t '.title', :default => model_class.model_name.human.pluralize
table class="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'
          '
          = 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

21 entries across 21 versions & 6 rubygems

Version Path
bootstrap-sass-extras-0.0.2 lib/generators/bootstrap/themed/templates/index.html.slim
bootstrap-sass-extras-0.0.1 lib/generators/bootstrap/themed/templates/index.html.slim
twitter-bootstrap-rails-2.2.6 lib/generators/bootstrap/themed/templates/index.html.slim
twitter-bootstrap-rails-2.2.5 lib/generators/bootstrap/themed/templates/index.html.slim
twitter-bootstrap-rails-2.2.4 lib/generators/bootstrap/themed/templates/index.html.slim
twitter-bootstrap-rails-2.2.3 lib/generators/bootstrap/themed/templates/index.html.slim
twitter-bootstrap-rails-2.2.1 lib/generators/bootstrap/themed/templates/index.html.slim
twitter-bootstrap-rails-2.2.0 lib/generators/bootstrap/themed/templates/index.html.slim
twitter-bootstrap-rails-2.1.9 lib/generators/bootstrap/themed/templates/index.html.slim
twitter-bootstrap-rails-2.1.8 lib/generators/bootstrap/themed/templates/index.html.slim
twitter-bootstrap-rails-2.1.7 lib/generators/bootstrap/themed/templates/index.html.slim
rbootstrap-1.1.2 lib/generators/bootstrap/themed/templates/index.html.slim
twitter-bootstrap-rails-2.1.6 lib/generators/bootstrap/themed/templates/index.html.slim
twitter-bootstrap-rails-2.1.5 lib/generators/bootstrap/themed/templates/index.html.slim
twitter-bootstrap-rails-2.1.4 lib/generators/bootstrap/themed/templates/index.html.slim
kube-rails-0.0.2 lib/generators/kube/themed/templates/index.html.slim
kube-rails-0.0.1 lib/generators/kube/themed/templates/index.html.slim
twitter-bootstrap-turbo-2.1.3 lib/generators/bootstrap/themed/templates/index.html.slim
cf-twitter-bootstrap-rails-2.1.3 lib/generators/bootstrap/themed/templates/index.html.slim
twitter-bootstrap-rails-2.1.3 lib/generators/bootstrap/themed/templates/index.html.slim