summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2008-02-03 17:34:31 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2008-02-03 17:34:31 +0000
commit9c451ac15728ffd104d98a605435dee3cb4b39cd (patch)
treef468adc042d0d6a596277b7b9e369686811fb7fe
parent5dd3c239d35742b586dfac2ba829782561ff4365 (diff)
downloadredmine-9c451ac15728ffd104d98a605435dee3cb4b39cd.tar.gz
redmine-9c451ac15728ffd104d98a605435dee3cb4b39cd.zip
Set wiki class to issue notes.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1116 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--app/helpers/journals_helper.rb2
1 files changed, 1 insertions, 1 deletions
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={})