Sha256: 4976108040ac5e46c4f7a1c89f70b26962c465f6977cfea4e3f8dad9bf00b9e5
Contents?: true
Size: 1.21 KB
Versions: 4
Compression:
Stored size: 1.21 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 .actions-bar.wat-cf .actions==" " -content_for :sidebar, partial("base/sidebar")
Version data entries
4 entries across 4 versions & 1 rubygems