Sha256: 47f4a466a8b6e1da151ea0317798ec6f315f066e70b5f09eadbeb0c605716ba3

Contents?: true

Size: 536 Bytes

Versions: 11

Compression:

Stored size: 536 Bytes

Contents

.block
  .secondary-navigation
    ul.wat-cf
      li.first == link_to pat(:list), url(:<%= @orm.name_plural %>, :index)
      li.active == link_to pat(:new), url(:<%= @orm.name_plural %>, :new)
  .content
    h2.title
      = pat(:new)
      == '&nbsp;'
      = mt(:<%= @orm.name_singular %>)
    .inner
      - form_for :<%= @orm.name_singular %>, url(:<%= @orm.name_plural %>, :create), :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

Version Path
bootstrap-on-0.0.9 lib/bootstrap-on/templates/slim/page/new.slim.tt
bootstrap-on-0.0.8 lib/bootstrap-on/templates/slim/page/new.slim.tt
bootstrap-on-0.0.7 lib/bootstrap-on/templates/slim/page/new.slim.tt
bootstrap-on-0.0.6 lib/bootstrap-on/templates/slim/page/new.slim.tt
bootstrap-on-0.0.5 lib/bootstrap-on/templates/slim/page/new.slim.tt
bootstrap-on-0.0.4 lib/bootstrap-on/templates/slim/page/new.slim.tt
bootstrap-on-0.0.3 lib/bootstrap-on/templates/slim/page/new.slim.tt
bootstrap-on-0.0.2 lib/bootstrap-on/templates/slim/page/new.slim.tt
bootstrap-on-0.0.1 lib/bootstrap-on/templates/slim/page/new.slim.tt
bootstrap-on-0.0.0 lib/bootstrap-on/templates/slim/page/new.slim.tt
padrino-admin-0.10.7 lib/padrino-admin/generators/templates/slim/page/new.slim.tt