@@ -21,9 +21,9 | |||
|
21 | 21 | <p><%= time_entry.text_field :hours, :size => 6, :label => :label_spent_time %> <%= l(:field_hours) %></p> |
|
22 | 22 | </div> |
|
23 | 23 | <div class="splitcontentright"> |
|
24 | <p><%= time_entry.text_field :comments, :size => 40 %></p> | |
|
25 | 24 | <p><%= time_entry.select :activity_id, (@activities.collect {|p| [p.name, p.id]}) %></p> |
|
26 | 25 | </div> |
|
26 | <p><%= time_entry.text_field :comments, :size => 60 %></p> | |
|
27 | 27 | <% end %> |
|
28 | 28 | </fieldset> |
|
29 | 29 | <% end %> |
General Comments 0
You need to be logged in to leave comments.
Login now