From 0055fd85d2254606708689a1a5b23cb39840bafb Mon Sep 17 00:00:00 2001 From: andrew Date: Fri, 1 Feb 2008 07:43:25 +0000 Subject: [PATCH] just the name, not a link git-svn-id: http://svn.barleysodas.com/barleysodas/trunk@115 0f7b21a7-9e3a-4941-bbeb-ce5c7c368fa7 --- app/views/galleries/show.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/galleries/show.rhtml b/app/views/galleries/show.rhtml index 81867fa..63ae13b 100644 --- a/app/views/galleries/show.rhtml +++ b/app/views/galleries/show.rhtml @@ -1,4 +1,4 @@ -

Uploaded by <%= link_to(@image.people.title, galleries_url(:id => @image.people_id)) -%>

+

Uploaded by <%= @image.people.title -%>

<%= render :partial => 'tag_images/taggable_image_for_page', :locals => { :read_only => true } %>