Sha256: c0de37bede64936639cc88e71eeeb59f84ba4995d268b132bae000252b8c4971

Contents?: true

Size: 670 Bytes

Versions: 29

Compression:

Stored size: 670 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

29 entries across 29 versions & 1 rubygems

Version Path
padrino-admin-0.10.1 lib/padrino-admin/generators/templates/haml/page/edit.haml.tt
padrino-admin-0.10.0 lib/padrino-admin/generators/templates/haml/page/edit.haml.tt
padrino-admin-0.9.29 lib/padrino-admin/generators/templates/haml/page/edit.haml.tt
padrino-admin-0.9.28 lib/padrino-admin/generators/templates/haml/page/edit.haml.tt
padrino-admin-0.9.27 lib/padrino-admin/generators/templates/haml/page/edit.haml.tt
padrino-admin-0.9.26 lib/padrino-admin/generators/templates/haml/page/edit.haml.tt
padrino-admin-0.9.24 lib/padrino-admin/generators/templates/haml/page/edit.haml.tt
padrino-admin-0.9.25 lib/padrino-admin/generators/templates/haml/page/edit.haml.tt
padrino-admin-0.9.23 lib/padrino-admin/generators/templates/haml/page/edit.haml.tt
padrino-admin-0.9.22 lib/padrino-admin/generators/templates/haml/page/edit.haml.tt
padrino-admin-0.9.21 lib/padrino-admin/generators/templates/haml/page/edit.haml.tt
padrino-admin-0.9.20 lib/padrino-admin/generators/templates/haml/page/edit.haml.tt
padrino-admin-0.9.19 lib/padrino-admin/generators/templates/haml/page/edit.haml.tt
padrino-admin-0.9.18 lib/padrino-admin/generators/templates/haml/page/edit.haml.tt
padrino-admin-0.9.17 lib/padrino-admin/generators/templates/haml/page/edit.haml.tt
padrino-admin-0.9.16 lib/padrino-admin/generators/templates/haml/page/edit.haml.tt
padrino-admin-0.9.15 lib/padrino-admin/generators/templates/haml/page/edit.haml.tt
padrino-admin-0.9.14 lib/padrino-admin/generators/templates/haml/page/edit.haml.tt
padrino-admin-0.9.13 lib/padrino-admin/generators/templates/haml/page/edit.haml.tt
padrino-admin-0.9.12 lib/padrino-admin/generators/templates/haml/page/edit.haml.tt