Sha256: 6e77fd7ffebb48211e8de2dc0424ca71704a2ff29e8022930a002e763cfb6cb1

Contents?: true

Size: 354 Bytes

Versions: 3

Compression:

Stored size: 354 Bytes

Contents

= form.text_field :label, :data => {:slugify => @blog.new_record?}
= form.text_field :identifier, :data => {:slug => true}
= form.text_field :path

- if (options = Cms::Layout.app_layouts_for_select).present?
  = form.select :app_layout, options

= form.text_area :description, :class => 'short'

.form-actions
  = form.submit :class => 'btn btn-primary'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
comfy_blog-1.1.1 app/views/admin/blog/blogs/_form.html.haml
comfy_blog-1.1.0 app/views/admin/blog/blogs/_form.html.haml
comfy_blog-1.0.0 app/views/admin/blog/blogs/_form.html.haml