Sha256: 226edb08456a0efd000377bd88e643078e3d034c618cfa393829cb43680ce9f5

Contents?: true

Size: 377 Bytes

Versions: 23

Compression:

Stored size: 377 Bytes

Contents

.modal.fade
  .modal-header
    %button.close{'data-dismiss' => 'modal'}
      ×
    %h3
      = sanitize params[:form_title].presence || sanitize(params[:modal_title].presence) || "#{t('creating')} #{t(controller_name.singularize)}"
  .modal-body
    .component.form_component.new_form_component
      .component_content
        .part.form_part
          = render 'form'

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
rich_table_component-0.0.30 app/views/application/_new.html.haml
rich_table_component-0.0.29 app/views/application/_new.html.haml
rich_table_component-0.0.28 app/views/application/_new.html.haml
rich_table_component-0.0.27 app/views/application/_new.html.haml
rich_table_component-0.0.26 app/views/application/_new.html.haml
rich_table_component-0.0.24 app/views/application/_new.html.haml
rich_table_component-0.0.22 app/views/application/_new.html.haml
rich_table_component-0.0.21 app/views/application/_new.html.haml
rich_table_component-0.0.18 app/views/application/_new.html.haml
rich_table_component-0.0.17 app/views/application/_new.html.haml
rich_table_component-0.0.16 app/views/application/_new.html.haml
rich_table_component-0.0.15 app/views/application/_new.html.haml
rich_table_component-0.0.14 app/views/application/_new.html.haml
rich_table_component-0.0.13 app/views/application/_new.html.haml
rich_table_component-0.0.10 app/views/application/_new.html.haml
rich_table_component-0.0.9 app/views/application/_new.html.haml
rich_table_component-0.0.8 app/views/application/_new.html.haml
rich_table_component-0.0.7 app/views/application/_new.html.haml
rich_table_component-0.0.6 app/views/application/_new.html.haml
rich_table_component-0.0.5 app/views/application/_new.html.haml