@@ -1,5 +1,5 | |||
|
1 | 1 | <% form_remote_tag(:url => {}, :html => { :id => "journal-#{@journal.id}-form" }) do %> |
|
2 |
<%= text_area_tag :notes, |
|
|
2 | <%= text_area_tag :notes, @journal.notes, :class => 'wiki-edit', | |
|
3 | 3 |
|
|
4 | 4 | <%= call_hook(:view_journals_notes_form_after_notes, { :journal => @journal}) %> |
|
5 | 5 | <p><%= submit_tag l(:button_save) %> |
General Comments 0
You need to be logged in to leave comments.
Login now