Sha256: b8a0959e0c3499562c65824fde89d863ecf0d8f7aea4e24e020ac39f456fd91c

Contents?: true

Size: 1.24 KB

Versions: 21

Compression:

Stored size: 1.24 KB

Contents

.block
  .secondary-navigation
    %ul.wat-cf
      %li.first.active=link_to pat(:list), url(:<%= @orm.name_plural %>, :index)
      %li=link_to pat(:new), url(:<%= @orm.name_plural %>, :new)
  .content
    %h2.title
      =pat(:all)
      =mt(:<%= @orm.name_plural %>)
    .inner
      %table.table
        %tr
          <%- @orm.columns.each_with_index do |column, i| -%>
          %th<%= ".first" if i==0 %>=mat(:<%= @orm.name_singular %>, :<%= column.name %>)
          <%- end -%>
          %th.last="&nbsp;"
        -@<%= @orm.name_plural %>.each do |<%= @orm.name_singular %>|
          %tr
            <%- @orm.columns.each_with_index do |column, i| -%>
            %td<%= ".first" if i==0 %>=<%= @orm.name_singular %>.<%= column.name %>
            <%- end -%>
            %td.last
              =button_to pat(:edit), url(:<%= @orm.name_plural %>, :edit, :id => <%= @orm.name_singular %>.id), :method => :get, :class => :button_to
              ="|"
              =button_to pat(:delete), url(:<%= @orm.name_plural %>, :destroy, :id => <%= @orm.name_singular %>.id), :method => :delete, :class => :button_to, :onsubmit => "return confirm('#{pat(:confirm)}')"
      .actions-bar.wat-cf
        .actions="&nbsp;"

-content_for :sidebar, partial("base/sidebar")

Version data entries

21 entries across 21 versions & 2 rubygems

Version Path
bootstrap-on-0.0.9 lib/bootstrap-on/templates/haml/page/index.haml.tt
bootstrap-on-0.0.8 lib/bootstrap-on/templates/haml/page/index.haml.tt
bootstrap-on-0.0.7 lib/bootstrap-on/templates/haml/page/index.haml.tt
bootstrap-on-0.0.6 lib/bootstrap-on/templates/haml/page/index.haml.tt
bootstrap-on-0.0.5 lib/bootstrap-on/templates/haml/page/index.haml.tt
bootstrap-on-0.0.4 lib/bootstrap-on/templates/haml/page/index.haml.tt
bootstrap-on-0.0.3 lib/bootstrap-on/templates/haml/page/index.haml.tt
bootstrap-on-0.0.2 lib/bootstrap-on/templates/haml/page/index.haml.tt
bootstrap-on-0.0.1 lib/bootstrap-on/templates/haml/page/index.haml.tt
bootstrap-on-0.0.0 lib/bootstrap-on/templates/haml/page/index.haml.tt
padrino-admin-0.10.7 lib/padrino-admin/generators/templates/haml/page/index.haml.tt
padrino-admin-0.10.6 lib/padrino-admin/generators/templates/haml/page/index.haml.tt
padrino-admin-0.10.6.e lib/padrino-admin/generators/templates/haml/page/index.haml.tt
padrino-admin-0.10.6.d lib/padrino-admin/generators/templates/haml/page/index.haml.tt
padrino-admin-0.10.6.c lib/padrino-admin/generators/templates/haml/page/index.haml.tt
padrino-admin-0.10.6.b lib/padrino-admin/generators/templates/haml/page/index.haml.tt
padrino-admin-0.10.6.a lib/padrino-admin/generators/templates/haml/page/index.haml.tt
padrino-admin-0.10.5 lib/padrino-admin/generators/templates/haml/page/index.haml.tt
padrino-admin-0.10.4 lib/padrino-admin/generators/templates/haml/page/index.haml.tt
padrino-admin-0.10.3 lib/padrino-admin/generators/templates/haml/page/index.haml.tt