Sha256: f3f224c23e12464e61526c21ccc09c17f649e733b2ea034a0eb95940ed72eaa2

Contents?: true

Size: 305 Bytes

Versions: 7

Compression:

Stored size: 305 Bytes

Contents

= page_top_bar(title: @component.name, type: 'settings/show')

.page-content-wrap
  = para_form_for @settings, url: admin_settings_path(@component) do |form|
    = form.fieldset do
      - @component.settings.each do |setting, type|
        = form.settings_input setting, type: type

    = form.actions


Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
para-0.6.9 app/views/para/admin/settings_component/show.html.haml
para-0.6.8 app/views/para/admin/settings_component/show.html.haml
para-0.6.7 app/views/para/admin/settings_component/show.html.haml
para-0.6.3 app/views/para/admin/settings_component/show.html.haml
para-0.6.2 app/views/para/admin/settings_component/show.html.haml
para-0.5.4 app/views/para/admin/settings_component/show.html.haml
para-0.5.3 app/views/para/admin/settings_component/show.html.haml