Sha256: af7e12d95253edc343684418371d9ff0dc6a8f75aa36496ef4e6f953598ad121

Contents?: true

Size: 520 Bytes

Versions: 4

Compression:

Stored size: 520 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)
#shipment_service_costs
  = 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

4 entries across 4 versions & 1 rubygems

Version Path
ecm_news2_backend-1.2.0 app/views/ecm/news/backend/items/_form.html.haml
ecm_news2_backend-1.1.3 app/views/ecm/news/backend/items/_form.html.haml
ecm_news2_backend-1.1.1 app/views/ecm/news/backend/items/_form.html.haml
ecm_news2_backend-1.1.0 app/views/ecm/news/backend/items/_form.html.haml