Sha256: dfed6bba02cf2cc8c59dff0c9ee5307b184cd7fb1f22aefd9986268081f4024d

Contents?: true

Size: 558 Bytes

Versions: 11

Compression:

Stored size: 558 Bytes

Contents

- @page_title = t("shoppe.settings.settings")

= content_for :header do
  %h2.settings= t("shoppe.settings.settings")

= form_tag :url => settings_path do |f|

  - Shoppe.settings_groups.each do |group, fields|
    = field_set_tag t("shoppe.settings.#{group}") do
      - fields.each do |f|
        %dl.sided
          %dt= settings_label f
          %dd
            = settings_field f
            - if v = t("shoppe.settings.help")[f]
              %p.help= v

  %p.submit.sided
    = submit_tag t("shoppe.settings.save_settings"), :class => 'button green'

Version data entries

11 entries across 11 versions & 3 rubygems

Version Path
shoppe-1.1.2 app/views/shoppe/settings/edit.html.haml
shoppe-1.1.1 app/views/shoppe/settings/edit.html.haml
shoppe-1.1.0 app/views/shoppe/settings/edit.html.haml
shoppe-1.0.9 app/views/shoppe/settings/edit.html.haml
shoppe-1.0.8 app/views/shoppe/settings/edit.html.haml
kylekthompson-shoppe-1.0.7 app/views/shoppe/settings/edit.html.haml
shoppe-1.0.7 app/views/shoppe/settings/edit.html.haml
shoppe-1.0.6 app/views/shoppe/settings/edit.html.haml
shoppe-paypal-1.1.0 vendor/bundle/ruby/2.1.0/gems/shoppe-1.0.5/app/views/shoppe/settings/edit.html.haml
shoppe-1.0.5 app/views/shoppe/settings/edit.html.haml
shoppe-1.0.3 app/views/shoppe/settings/edit.html.haml