Sha256: 8086660e179c8f88ae0a5b7cda5ac4fd878e832a06801a85555a94548600afc7

Contents?: true

Size: 506 Bytes

Versions: 2

Compression:

Stored size: 506 Bytes

Contents

.well
  = form.input :title
  = form.locale_input

.well  
  = form.input :body, input_html: { 'data-add-editor': true, 'data-editor-syntax': :textile }

.well
  = form.input :link_to_more, as: :boolean

.well
  = form.input :published, as: :boolean

%h4= resource_class.human_attribute_name(:pictures)
#pictures
  = form.simple_fields_for(:pictures) do |picture|
    = render 'picture_fields', f: picture
  .well.well-xs.links
    = link_to_add_association form, :pictures, class: 'btn btn-default btn-xs'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ecm_news2_backend-1.2.2 app/views/ecm/news/backend/items/_form.html.haml
ecm_news2_backend-1.2.1 app/views/ecm/news/backend/items/_form.html.haml