From 7ff533ad60f4417517ef0f61b9aa82c53e85f451 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Tue, 26 May 2009 18:05:46 -0300 Subject: [PATCH] ActionItem1041: displaying the owner name --- app/views/blocks/profile_image.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/blocks/profile_image.rhtml b/app/views/blocks/profile_image.rhtml index 69c4b6f..7df7592 100644 --- a/app/views/blocks/profile_image.rhtml +++ b/app/views/blocks/profile_image.rhtml @@ -11,7 +11,7 @@ <% if show_name %> -

<%= block.title %>

+

<%= block.owner.name %>

<% end %> <% if !user.nil? and user.has_permission?('edit_profile', profile) %> -- libgit2 0.21.2