Browse Source

Set wiki class to issue notes.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1116 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/0.7.0-RC1
Jean-Philippe Lang 16 years ago
parent
commit
9c451ac157
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      app/helpers/journals_helper.rb

+ 1
- 1
app/helpers/journals_helper.rb View File

@@ -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={})

Loading…
Cancel
Save