From ab6e5dfd6936b787495cb824f1000929ca1a6eaa Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Tue, 26 May 2009 17:58:15 -0300 Subject: [PATCH] ActionItem1041: using name instead of identifier --- app/views/profile/index.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/profile/index.rhtml b/app/views/profile/index.rhtml index 126253d..cf95000 100644 --- a/app/views/profile/index.rhtml +++ b/app/views/profile/index.rhtml @@ -5,7 +5,7 @@ <% end %> <% cache_timeout(profile.identifier + '-profile', 30.minutes.from_now) do %> -

<%= _("%s's profile") % profile.identifier %>

+

<%= _("%s's profile") % profile.name %>

<%= render :partial => partial_for_class(profile.class) %> -- libgit2 0.21.2