Skip to content

Commit

Permalink
Prompt| Wording
Browse files Browse the repository at this point in the history
  • Loading branch information
redrory committed Feb 5, 2012
1 parent f781edb commit 8b71f7d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions app/views/users/new_prompt.html.erb
Expand Up @@ -7,11 +7,11 @@
:url => url_for(:action => 'set', :controller => 'users'),
: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 :maxVacay, :label => "Max Vacation days Prompt", :as => :radio %>
<%= f.input :maxSick, :label => "Max Sick days Prompt", :as => :radio%>
<%= f.input :weekPrompt, :label => "One Week before Anniversary Prompt", :as => :radio %>
<%= f.input :monthPrompt, :label => "One Month before Anniversary Prompt", :as => :radio %>
<%= f.input :dayPrompt, :label => "The day of Anniversary Prompt", :as => :radio %>
<%= f.input :maxVacay, :label => "Surpassed Max Vacation days Prompt", :as => :radio %>
<%= f.input :maxSick, :label => "Surpassed Max Sick days Prompt", :as => :radio%>
<%= f.hidden_field :user_id, :value => @user.id%>
Expand Down
4 changes: 2 additions & 2 deletions app/views/users/set.html.erb
Expand Up @@ -7,8 +7,8 @@
:method => 'post' do |f| %>
<%= f.input :weekPrompt, :label => "One Week Anniversary Prompt", :as => :radio %>
<%= f.input :monthPrompt, :label => "One Month anniversary Prompt", :as => :radio %>
<%= f.input :weekPrompt, :label => "One Week before Anniversary Prompt", :as => :radio %>
<%= f.input :monthPrompt, :label => "One Month before 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 8b71f7d

Please sign in to comment.