Sha256: 4f26111b6593f8ad14081b10203d168b004f3834607c6fa0d3f8b8dc6ad4c3f0

Contents?: true

Size: 911 Bytes

Versions: 16

Compression:

Stored size: 911 Bytes

Contents

<%= page_header :title => t("txt.views.instance_configuration.caption").titleize %>

<%= form_tag(instance_configuration_path, :method => :patch, :class => "form-horizontal") do %>
  <% @settings_by_namespace.each do |namespace, settings| %>
    <fieldset>
      <legend><%= t("txt.views.instance_configuration.groups.#{namespace}").titleize %></legend>
      <% settings.each do |key, value| %>
        <div class="form-group">
            <label class="control-label col-sm-4">
              <%= t("txt.views.instance_configuration.settings.#{key.gsub(".", "_")}") %>
            </label>
            <div class="col-sm-8">
              <%= text_field_tag "config[#{key}]", value, :class => 'form-control' %>
            </div>
        </div>
      <% end %>
    </fieldset>
  <% end %>
  <hr />
  <div class="well">
    <%= submit_tag t("txt.common.save"), :class => "btn btn-primary" %>
  </div>
<% end %>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
iqvoc-4.12.1 app/views/instance_configuration/index.html.erb
iqvoc-4.12.0 app/views/instance_configuration/index.html.erb
iqvoc-4.11.1 app/views/instance_configuration/index.html.erb
iqvoc-4.11.0 app/views/instance_configuration/index.html.erb
iqvoc-4.10.0 app/views/instance_configuration/index.html.erb
iqvoc-4.9.0 app/views/instance_configuration/index.html.erb
iqvoc-4.8.2 app/views/instance_configuration/index.html.erb
iqvoc-4.8.1 app/views/instance_configuration/index.html.erb
iqvoc-4.8.0 app/views/instance_configuration/index.html.erb
iqvoc-4.7.0 app/views/instance_configuration/index.html.erb
iqvoc-4.6.1 app/views/instance_configuration/index.html.erb
iqvoc-4.5.2 app/views/instance_configuration/index.html.erb
iqvoc-4.6.0 app/views/instance_configuration/index.html.erb
iqvoc-4.5.1 app/views/instance_configuration/index.html.erb
iqvoc-4.5.0 app/views/instance_configuration/index.html.erb
iqvoc-4.4.0 app/views/instance_configuration/index.html.erb