% @rates.each_pair do |project, rates| %> <% @project = project %>
<%= l(:label_no_data) %>
<% else %><%= l(:caption_valid_from) %> | <%= l(:caption_rate) %> | <%= l(:caption_current_rate) %> |
---|---|---|
<%= rate.valid_from %> | <%= number_to_currency(rate.rate) %> | <%= rate == current_rate ? image_tag('true.png') : "" %> |