From: Jean-Philippe Lang Date: Sun, 3 Feb 2008 17:34:31 +0000 (+0000) Subject: Set wiki class to issue notes. X-Git-Tag: 0.7.0-RC1~170 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9c451ac15728ffd104d98a605435dee3cb4b39cd;p=redmine.git Set wiki class to issue notes. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1116 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- 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={})