Sha256: f17785c9a6a74d31e97ae5004cafe29be5fe30c0d0ff04c5697d261741c01064

Contents?: true

Size: 488 Bytes

Versions: 5

Compression:

Stored size: 488 Bytes

Contents

.form-import
  - unless form.show_form.new_record?
    %legend Podrobnosti o importu
    = form.show_form.render

    - case form.show_form.resource.state
    - when "not_configured"
      = form.render_configuration
    - when "not_started", "processing"
      = form.render_form do
        .pull-right
          = render "forms/buttons/refresh"

  %legend= t('basepack.import.new_import')
  = form.edit_form.render

  %legend= t('basepack.import.import_list')
  = form.list_form.render

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
basepack-1.0.1 app/views/forms/_import.html.haml
basepack-1.0.0 app/views/forms/_import.html.haml
basepack-1.0.0.pre.0 app/views/forms/_import.html.haml
basepack-0.2.0 app/views/forms/_import.html.haml
basepack-0.1.0 app/views/forms/_import.html.haml