Sha256: ca19f706ed0ad42ae1b77dafc2deb462b0fa621115b9d510dd790afe90b034e4

Contents?: true

Size: 749 Bytes

Versions: 17

Compression:

Stored size: 749 Bytes

Contents

- if model_object.errors.any?
  #error_explanation
    %ul
      - model_object.errors.full_messages.each do |msg|
        %li= msg
.row
  = hidden_field_tag 'HTTP_REFERER', request.env['HTTP_REFERER']
- presenter.form_for(action).lines.each do |line|
  .row
    - line.each do |field|
      - if ( presenter.render_field?(field, params[:action]))
        - nested_in = nil unless nested_in
        - if field.nested_form?
          = render "/carnival/shared/form/nested_form", f: f, field: field, presenter: presenter, model_object: model_object, action: action
        - else
          - if presenter.must_render_field?(nested_in, field, model_object)
            = render "/carnival/shared/form/field", f: f, field: field, presenter: presenter

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
carnival-0.3.2 app/views/carnival/shared/form/_inner_form.html.haml
carnival-0.3.1 app/views/carnival/shared/form/_inner_form.html.haml
carnival-0.3.0 app/views/carnival/shared/form/_inner_form.html.haml
carnival-0.2.8 app/views/carnival/shared/form/_inner_form.html.haml
carnival-0.2.7 app/views/carnival/shared/form/_inner_form.html.haml
carnival-0.2.6 app/views/carnival/shared/form/_inner_form.html.haml
carnival-0.2.5 app/views/carnival/shared/form/_inner_form.html.haml
carnival-0.2.4 app/views/carnival/shared/form/_inner_form.html.haml
carnival-0.2.3 app/views/carnival/shared/form/_inner_form.html.haml
carnival-0.1.10 app/views/carnival/shared/form/_inner_form.html.haml
carnival-0.2.2 app/views/carnival/shared/form/_inner_form.html.haml
carnival-0.2.1 app/views/carnival/shared/form/_inner_form.html.haml
carnival-0.2.0 app/views/carnival/shared/form/_inner_form.html.haml
carnival-0.1.9 app/views/carnival/shared/form/_inner_form.html.haml
carnival-0.1.8 app/views/carnival/shared/form/_inner_form.html.haml
carnival-0.1.7 app/views/carnival/shared/form/_inner_form.html.haml
carnival-0.1.6 app/views/carnival/shared/form/_inner_form.html.haml