Skip to content

Commit

Permalink
Wording change: one less shouting.
Browse files Browse the repository at this point in the history
  • Loading branch information
yangsong8 committed Aug 15, 2015
1 parent 26cc6da commit 074bcfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/assignments/edit/_due_dates.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@
</div>

<div style='padding: 5px' id='review_round'>
<%= label_tag('assignment_form[assignment][rounds_of_reviews]', 'Number of Review Rounds:') %>
<%= label_tag('assignment_form[assignment][rounds_of_reviews]', 'Number of review rounds:') %>
<%= text_field_tag('assignment_form[assignment][rounds_of_reviews]', @assignment_form.assignment.rounds_of_reviews, :style => 'width:50px') %>
<button type="button" id="set_rounds">Set</button>
</div>
Expand Down

0 comments on commit 074bcfb

Please sign in to comment.