Sha256: b7f4ba11908d8e39b20fb52701a7fecafdd72d5875e55bc54509f133a4068dc2

Contents?: true

Size: 413 Bytes

Versions: 3

Compression:

Stored size: 413 Bytes

Contents

.form-view
  %form{:action => "#{packet.route_to(model_name, 'new')}", :method => 'post'}
    - packet["page.title"] = "Sitemap > Create Link/Folder"
    %p
      You can use this to create a new link or folder in the navigation
      without creating a new page.
      %br
    - for prop in props
      %p= view_attribute(prop, model_name, :label => true)
    %input{:type => 'submit', :value => 'Save New Item'}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
orange-sparkles-0.5.9 lib/orange-sparkles/views/sitemap/create.haml
orange-sparkles-0.5.8 lib/orange-sparkles/views/sitemap/create.haml
orange-sparkles-0.5.7 lib/orange-sparkles/views/sitemap/create.haml