Skip to content

Commit

Permalink
Re-arrange prompt label
Browse files Browse the repository at this point in the history
  • Loading branch information
redrory committed Feb 5, 2012
1 parent 944c49e commit f781edb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/views/users/set.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
:method => 'post' do |f| %>
<%= f.input :weekPrompt, :label => "Anniversary Prompt", :as => :radio %>
<%= f.input :monthPrompt, :label => "One Week anniversary Prompt", :as => :radio %>
<%= f.input :dayPrompt, :label => "One Month anniversary Prompt", :as => :radio %>
<%= f.input :weekPrompt, :label => "One Week Anniversary Prompt", :as => :radio %>
<%= f.input :monthPrompt, :label => "One Month anniversary Prompt", :as => :radio %>
<%= f.input :dayPrompt, :label => "Today Anniversary Prompt", :as => :radio %>
<%= f.input :maxVacay, :label => "Max Vacation days Prompt", :as => :radio %>
<%= f.input :maxSick, :label => "Max Sick days Prompt", :as => :radio%>
Expand Down

0 comments on commit f781edb

Please sign in to comment.