Skip to content

Commit

Permalink
Merge branch 'domain-setup-misspelling' of https://github.com/westare…
Browse files Browse the repository at this point in the history
…te/Webiva into development
  • Loading branch information
cykod committed Nov 29, 2010
2 parents c600bd9 + 6a7be9e commit 7acd9cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/manage/domains/setup.rhtml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<% else %>
<%= f.text_field :max_file_storage, :unit => 'MB', :description => "%s remaining" / number_to_human_size(@domain.client.available_file_storage.megabytes, :precision => 2), :vertical => true %>
<%= f.radio_buttons :www_prefix, [['Use www. prefix',true ],['No www. prefix',false]] , :label => 'WWW Prefix',:single => true, :vertical => true, :label => 'Site should use a www prefix' %>
<%= f.radio_buttons :active, [['Site is active',true ],['Site is inactive',false]] , :single => true, :description => 'If the site is inactive only the /website admin interface will be accessible', :vertical => true, :label => 'Should the site be life at the start' %>
<%= f.radio_buttons :active, [['Site is active',true ],['Site is inactive',false]] , :single => true, :description => 'If the site is inactive only the /website admin interface will be accessible', :vertical => true, :label => 'Should the site be live at the start' %>
<%= f.select :database, @database_options, :label => 'Configuration Options' %>
<%= f.submit_tag 'Setup' %>
<% end -%>
Expand Down

0 comments on commit 7acd9cd

Please sign in to comment.