Sha256: 7c955ef32bd4a6731d19f0451fe57e7dce88b00c38da109ec9f26abb3b799cea

Contents?: true

Size: 594 Bytes

Versions: 1

Compression:

Stored size: 594 Bytes

Contents

<% content_for :title do %><%= t('settings.index.title') %><% end %>

<%= simple_form_for :setting, url: updates_settings_path, html: { method: :put, class: 'form-horizontal' }, wrapper: :horizontal_form do |f| %>
  <div class="panel-group" id="settings_accordion" role="tablist" aria-multiselectable="true">
  <% Setting['home_page.general.plugins'].each_with_index do |plugin, index| %>
  <%= render partial: "settings/plugins/#{plugin}/panel", locals: { f: f, index: index } %>
  <% end %>
  </div>
  
  <p>
    <%= f.submit t('general.submit'), class: 'btn btn-default' %>
  </p>
<% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
home_page-0.0.6 app/views/settings/index.html.erb