diff --git a/app/views/rates/_list.html.erb b/app/views/rates/_list.html.erb
index 5fdaa3c..ad1f56d 100644
--- a/app/views/rates/_list.html.erb
+++ b/app/views/rates/_list.html.erb
@@ -21,7 +21,11 @@
| <%= h format_date(rate.date_in_effect) %> |
+ <% if rate.project %>
<%= link_to(h(rate.project), :controller => 'projects', :action => 'show', :id => rate.project) %>
+ <% else %>
+ <%= l(:rate_label_default) %>
+ <% end %>
|
<%= h rate.amount %> |
|