<% fields_for :plugin_repository do |f| %>
Plugin repository details <%= labelled_form_field @plugin_repository, :uri, 'Repository URL', f.text_field(:uri, :class => 'required'), 'Enter the root URL of your Subversion repository that contains your plugins.' %> <%= labelled_form_field @plugin_repository, :periodically_check, 'Automatically Update', f.check_box(:periodically_check, :class => 'checkbox'), 'If you would like your repository to be routinely scanned for new plugins, please check this box.' %>
<% end %>