Sha256: d8e55a6ce5cccb1c3721537a838a3290271af874b55bfd327432fdf604662fe4
Contents?: true
Size: 450 Bytes
Versions: 15
Compression:
Stored size: 450 Bytes
Contents
= form_for @setting, url: admin_settings_path do |f| %header#header = render partial: 'spina/admin/shared/breadcrumbs' #header_actions %button.button.button-primary{type: 'submit'} = icon('check') = t('spina.settings.save') .well .horizontal-form - plugin.settings.each do |key, value| .horizontal-form-group= render "#{value.is_a?(Hash) ? value.first.first : value}_field", f: f, attribute: key
Version data entries
15 entries across 15 versions & 1 rubygems