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=" " -@<%= @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=" " -content_for :sidebar, partial("base/sidebar")
Version data entries
21 entries across 21 versions & 2 rubygems