<%= link_to_if_authorized l(:button_update), {:controller => 'hourly_rates', :action => 'edit', :project_id => @project, :id => @user}, :class => 'icon icon-edit', :accesskey => accesskey(:edit) %>

<%=h @project.name %>

<% if @rates.empty? %>

<%= l(:label_no_data) %>

<% else %> <%- @rates.each do |rate| -%> <%- end -%>
<%= l(:label_valid_from) %> <%= l(:label_rate) %>
<%= rate.valid_from %> <%= number_to_currency(rate.rate) %>
<% end %>