-
-
Save tbuehlmann/2204662 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<%= form_for @tbl_providers_connection_info do |f| %> | |
<%= field_set_tag nil, :class => 'sectionwrap' do %> | |
<p> | |
<%= f.label :ssl_enabled, 'SSL Enabled:' %> | |
<%= f.check_box :ssl_enabled %> | |
</p> | |
<p> | |
<%= f.label :keystore, 'Keystore:' %> | |
<%= f.text_field :keystore %> | |
</p> | |
<p> | |
… | |
</p> | |
<p><%= f.submit 'Submit' %></p> | |
<% end %> | |
<% end %> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment