Sha256: bba72cda37bb1409199da4f45163e009e8ba142359b7e65c17d0d6afe41534f2

Contents?: true

Size: 425 Bytes

Versions: 114

Compression:

Stored size: 425 Bytes

Contents

= wizard_card(resource) do
  - partial = "#{resource.render_path}/#{resource.render_step}_fields"

  - if render_partial_exists?(partial)
    = effective_table_with(resource) { |f| render(partial, f: f) }

  - elsif Rails.env.development? || Rails.env.test?
    - names = partial.split('/')
    - name = names[0...-1].join('/') + '/_' + names.last + '.html.haml'

    %div.alert.alert-warning Unable to find partial: #{name}

Version data entries

114 entries across 114 versions & 1 rubygems

Version Path
effective_resources-2.27.9 app/views/effective/acts_as_wizard/_wizard_step.html.haml
effective_resources-2.27.8 app/views/effective/acts_as_wizard/_wizard_step.html.haml
effective_resources-2.27.7 app/views/effective/acts_as_wizard/_wizard_step.html.haml
effective_resources-2.27.6 app/views/effective/acts_as_wizard/_wizard_step.html.haml
effective_resources-2.27.5 app/views/effective/acts_as_wizard/_wizard_step.html.haml
effective_resources-2.27.4 app/views/effective/acts_as_wizard/_wizard_step.html.haml
effective_resources-2.27.3 app/views/effective/acts_as_wizard/_wizard_step.html.haml
effective_resources-2.27.2 app/views/effective/acts_as_wizard/_wizard_step.html.haml
effective_resources-2.27.1 app/views/effective/acts_as_wizard/_wizard_step.html.haml
effective_resources-2.27.0 app/views/effective/acts_as_wizard/_wizard_step.html.haml
effective_resources-2.26.5 app/views/effective/acts_as_wizard/_wizard_step.html.haml
effective_resources-2.26.4 app/views/effective/acts_as_wizard/_wizard_step.html.haml
effective_resources-2.26.3 app/views/effective/acts_as_wizard/_wizard_step.html.haml
effective_resources-2.26.2 app/views/effective/acts_as_wizard/_wizard_step.html.haml
effective_resources-2.26.1 app/views/effective/acts_as_wizard/_wizard_step.html.haml
effective_resources-2.26.0 app/views/effective/acts_as_wizard/_wizard_step.html.haml
effective_resources-2.25.16 app/views/effective/acts_as_wizard/_wizard_step.html.haml
effective_resources-2.25.15 app/views/effective/acts_as_wizard/_wizard_step.html.haml
effective_resources-2.25.14 app/views/effective/acts_as_wizard/_wizard_step.html.haml
effective_resources-2.25.13 app/views/effective/acts_as_wizard/_wizard_step.html.haml