From 9c451ac15728ffd104d98a605435dee3cb4b39cd Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 3 Feb 2008 17:34:31 +0000 Subject: [PATCH] Set wiki class to issue notes. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1116 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/helpers/journals_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/helpers/journals_helper.rb b/app/helpers/journals_helper.rb index c97446448..2f902432d 100644 --- a/app/helpers/journals_helper.rb +++ b/app/helpers/journals_helper.rb @@ -27,7 +27,7 @@ module JournalsHelper content << content_tag('div', links.join(' '), :class => 'contextual') end content << textilizable(journal, :notes) - content_tag('div', content, :id => "journal-#{journal.id}-notes", :class => (editable ? 'editable' : nil)) + content_tag('div', content, :id => "journal-#{journal.id}-notes", :class => (editable ? 'wiki editable' : 'wiki')) end def link_to_in_place_notes_editor(text, field_id, url, options={}) -- 2.39.5