@@ -27,7 +27,7 module JournalsHelper | |||||
27 | content << content_tag('div', links.join(' '), :class => 'contextual') |
|
27 | content << content_tag('div', links.join(' '), :class => 'contextual') | |
28 | end |
|
28 | end | |
29 | content << textilizable(journal, :notes) |
|
29 | content << textilizable(journal, :notes) | |
30 |
content_tag('div', content, :id => "journal-#{journal.id}-notes", :class => (editable ? 'editable' : |
|
30 | content_tag('div', content, :id => "journal-#{journal.id}-notes", :class => (editable ? 'wiki editable' : 'wiki')) | |
31 | end |
|
31 | end | |
32 |
|
32 | |||
33 | def link_to_in_place_notes_editor(text, field_id, url, options={}) |
|
33 | def link_to_in_place_notes_editor(text, field_id, url, options={}) |
General Comments 0
You need to be logged in to leave comments.
Login now