Sha256: 1e79561bcec253b8f82795dde95da6da27b1d217c229844f8b916c97f7e33f7c

Contents?: true

Size: 542 Bytes

Versions: 3

Compression:

Stored size: 542 Bytes

Contents

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

.well  
  = form.input :body, input_html: { 'data-add-editor': Itsf::Backend.features?(:'ace-rails-ap'), '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

3 entries across 3 versions & 1 rubygems

Version Path
ecm_news2_backend-1.2.6 app/views/ecm/news/backend/items/_form.html.haml
ecm_news2_backend-1.2.5 app/views/ecm/news/backend/items/_form.html.haml
ecm_news2_backend-1.2.4 app/views/ecm/news/backend/items/_form.html.haml