[#2279] Added the Billing Status label and fixed the specs to work with a
render_to_string.
This commit is contained in:
8
app/views/timesheet/_overhead_form.html.erb
Normal file
8
app/views/timesheet/_overhead_form.html.erb
Normal file
@@ -0,0 +1,8 @@
|
||||
<p>
|
||||
<label for="timesheet[billable][]" class="select_all">
|
||||
<%= l(:overhead_field_billing_status) %>
|
||||
</label>
|
||||
<br />
|
||||
<%= select_tag('timesheet[billable][]','', {:multiple => true, :size => list_size}) %>
|
||||
|
||||
</p>
|
||||
Reference in New Issue
Block a user