Skip to content

Instantly share code, notes, and snippets.

@tbuehlmann
Forked from anonymous/gist:2204572
Created March 26, 2012 12:04
Show Gist options
  • Save tbuehlmann/2204662 to your computer and use it in GitHub Desktop.
Save tbuehlmann/2204662 to your computer and use it in GitHub Desktop.
<%= 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