Sha256: 9cd312041011f848a52f54d809f9d214eed0645a39457b085cd6d0535419a906

Contents?: true

Size: 524 Bytes

Versions: 10

Compression:

Stored size: 524 Bytes

Contents

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

<%= form_tag(instance_configuration_path, :method => :put, :class => "") do %>
  <% @settings.each do |key, value| %>
    <label>
      <%= t("txt.views.instance_configuration.settings.#{key.gsub(".", "_")}") %>
      (<code><%= key %></code>)
    </label>
    <%= text_field_tag "config[#{key}]", value %>
  <% end %>
  <div class="form-actions">
    <%= submit_tag t("txt.common.save"), :class => "btn btn-primary" %>
  </div>
<% end %>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
iqvoc-4.1.2 app/views/instance_configuration/index.html.erb
iqvoc-4.1.1 app/views/instance_configuration/index.html.erb
iqvoc-4.1.0 app/views/instance_configuration/index.html.erb
iqvoc-4.0.9 app/views/instance_configuration/index.html.erb
iqvoc-4.0.8 app/views/instance_configuration/index.html.erb
iqvoc-4.0.7 app/views/instance_configuration/index.html.erb
iqvoc-4.0.6 app/views/instance_configuration/index.html.erb
iqvoc-4.0.5 app/views/instance_configuration/index.html.erb
iqvoc-4.0.4 app/views/instance_configuration/index.html.erb
iqvoc-4.0.3 app/views/instance_configuration/index.html.erb