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/hourly_rates/show.rhtml

13 lines
372 B

<h2><%= l(:caption_rate_history_for, :user => @user.name) %></h2>
<% if @project %>
<%= render :partial => 'list_project' %>
<% else %>
<%= render :partial => 'list_default' %>
<%= render :partial => 'list' %>
<% end %>
<% content_for :header_tags do %>
<%= stylesheet_link_tag 'scm' %>
<%= stylesheet_link_tag 'costs', :plugin => 'redmine_costs' %>
<% end %>