Sha256: b6d323bf2c569902e3319dd15f2e50a8436a1c647205f7a2498ac83a3c2ae1fe

Contents?: true

Size: 348 Bytes

Versions: 11

Compression:

Stored size: 348 Bytes

Contents

- f ||= local_assigns[:locals][:f]
- index ||= f.object
%div{:id => f.object.id.to_s}
  = f.input :title
  = f.input(:page_title) unless index.owner.is_a?(Gallery)
  = f.input(:page_description, :input_html => { :rows => 5 }) unless index.owner.is_a?(Gallery)
  = render("shared/prioritizable_fields", :locals => {:f => f}) unless index.owner.nil?

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
sbdevcore-0.3.10 app/views/indices/_form.html.haml
sbdevcore-0.3.9 app/views/indices/_form.html.haml
sbdevcore-0.3.8 app/views/indices/_form.html.haml
sbdevcore-0.3.7 app/views/indices/_form.html.haml
sbdevcore-0.3.6 app/views/indices/_form.html.haml
sbdevcore-0.3.5 app/views/indices/_form.html.haml
sbdevcore-0.3.4 app/views/indices/_form.html.haml
sbdevcore-0.3.3 app/views/indices/_form.html.haml
sbdevcore-0.3.2 app/views/indices/_form.html.haml
sbdevcore-0.3.1 app/views/indices/_form.html.haml
sbdevcore-0.3.0 app/views/indices/_form.html.haml