OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openproject/app/views/users/_rates.html.erb

8 lines
232 B

<h2><%= l(:caption_rate_history) %></h2>
<%
@rates = HourlyRate.history_for_user(@user)
@rates_default = @rates.delete(nil)
%>
<%= render :partial => 'hourly_rates/list_default' %>
<%= render :partial => 'hourly_rates/list' %>