Sha256: 248339ac0473a9513a0070a2bfaa533eac1d6d469d336b8fbf38d30a5f414c6d
Contents?: true
Size: 573 Bytes
Versions: 2
Compression:
Stored size: 573 Bytes
Contents
<% provide :title, 'Self Update Settings' %> <%= error_summary(@config) %> <%= panel 'Self Update Settings' do %> <%= form_for @config, url: system_config_self_update_url, method: :post do |f| %> <%= f.multi_input_form_group [ :host, :port ], label_text: 'Host/port' %> <%= f.text_form_group :user %> <%= f.text_form_group :password, field_type: :password %> <br> <%= f.submit 'Save', class: 'btn btn-success' %> <%= link_to 'Cancel', system_config_path, class: 'btn btn-default' %> <% end %> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
barkest_core-1.5.4.0 | app/views/system_config/show_self_update.html.erb |
barkest_core-1.5.3.0 | app/views/system_config/show_self_update.html.erb |