Sha256: 2779ce6277346f22dcdc19e3d455fa962a182c6f84b216b6ab316c3e7ddc74e7

Contents?: true

Size: 292 Bytes

Versions: 3

Compression:

Stored size: 292 Bytes

Contents

.page-title
  %h1= @component.name

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

    = form.actions


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
para-0.5.1 app/views/para/admin/settings_component/show.html.haml
para-0.5.0 app/views/para/admin/settings_component/show.html.haml
para-0.4.0 app/views/para/admin/settings_component/show.html.haml