Sha256: daa11ea2951702517304bb40c583c0d03f37377e7d933c855614575e642d9bf8

Contents?: true

Size: 435 Bytes

Versions: 8

Compression:

Stored size: 435 Bytes

Contents

<h2><%= t("txt.views.instance_configuration.caption").titleize %></h2>

<%= form_tag(instance_configuration_path, :method => :put, :class => "form large-labels") do %>
  <fieldset>
    <ol>
      <% @settings.each do |key, value| %>
      <li>
        <label><%= key %></label>
        <%= text_field_tag "config[#{key}]", value %>
      </li>
      <% end %>
    </ol>
  </fieldset>
  <%= submit_tag t("txt.common.save") %>
<% end %>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
iqvoc-3.5.7 app/views/instance_configuration/index.html.erb
iqvoc-3.5.6 app/views/instance_configuration/index.html.erb
iqvoc-3.5.5 app/views/instance_configuration/index.html.erb
iqvoc-3.5.4 app/views/instance_configuration/index.html.erb
iqvoc-3.5.3 app/views/instance_configuration/index.html.erb
iqvoc-3.5.2 app/views/instance_configuration/index.html.erb
iqvoc-3.5.1 app/views/instance_configuration/index.html.erb
iqvoc-3.5.0 app/views/instance_configuration/index.html.erb