Commit ab6e5dfd6936b787495cb824f1000929ca1a6eaa

Authored by Antonio Terceiro
1 parent 4c2b8622

ActionItem1041: using name instead of identifier

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/profile/index.rhtml
@@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
5 <% end %> 5 <% end %>
6 6
7 <% cache_timeout(profile.identifier + '-profile', 30.minutes.from_now) do %> 7 <% cache_timeout(profile.identifier + '-profile', 30.minutes.from_now) do %>
8 -<h1><%= _("%s's profile") % profile.identifier %></h1> 8 +<h1><%= _("%s's profile") % profile.name %></h1>
9 9
10 <table class='profile'> 10 <table class='profile'>
11 <%= render :partial => partial_for_class(profile.class) %> 11 <%= render :partial => partial_for_class(profile.class) %>