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.rhtml

13 lines
377 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' %>
<% content_for :header_tags do %>
<%= stylesheet_link_tag 'scm' %>
<%= stylesheet_link_tag 'costs', :plugin => 'redmine_costs' %>
<% end %>