From b0b9dea1f24348fe8f258c9cdff83e7c67bcdf3e Mon Sep 17 00:00:00 2001 From: andrew Date: Sat, 2 Feb 2008 07:17:04 +0000 Subject: [PATCH] hide clicky boxes when in read only mode git-svn-id: http://svn.barleysodas.com/barleysodas/trunk@118 0f7b21a7-9e3a-4941-bbeb-ce5c7c368fa7 --- app/views/tag_images/_taggable_image_for_page.rhtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/tag_images/_taggable_image_for_page.rhtml b/app/views/tag_images/_taggable_image_for_page.rhtml index f041ca0..9d1c9e9 100644 --- a/app/views/tag_images/_taggable_image_for_page.rhtml +++ b/app/views/tag_images/_taggable_image_for_page.rhtml @@ -72,11 +72,11 @@ before_closes['taggedContentDialog'] = function(){ <% end -%>
-
+
onclick='set_coordinates(event);'<% end -%>>

- <%= render :partial => 'tag_images/tag_images', :locals => { :read_only => (read_only ||= false) } %> + <%= render :partial => 'tag_images/tag_images', :locals => { :read_only => read_only } %>
\ No newline at end of file