Sha256: 2c74a8953d0ffd5ae76c7da6c5e0eb2048888df023028fa6fbad0c7b3d209e28
Contents?: true
Size: 700 Bytes
Versions: 11
Compression:
Stored size: 700 Bytes
Contents
.block .secondary-navigation ul.wat-cf li.first == link_to pat(:list), url(:<%= @orm.name_plural %>, :index) li == link_to pat(:new), url(:<%= @orm.name_plural %>, :new) li.active == link_to pat(:edit), url(:<%= @orm.name_plural %>, :edit, :id => @<%= @orm.name_singular %>.id) .content h2.title = pat(:edit) == " " = mt(:<%= @orm.name_singular %>) .inner == form_for :<%= @orm.name_singular %>, url(:<%= @orm.name_plural %>, :update, :id => @<%= @orm.name_singular %>.id), :method => :put, :class => :form do |f| == partial '<%= @orm.name_plural %>/form', :locals => { :f => f } - content_for :sidebar, partial("base/sidebar")
Version data entries
11 entries across 11 versions & 2 rubygems