Mercurial > hg > soundsoftware-site
annotate .svn/pristine/60/6089c129623045cd6c157b0be5cbb46ac9a89d00.svn-base @ 1327:287f201c2802 redmine-2.2-integration
Add italic
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Wed, 19 Jun 2013 20:56:22 +0100 |
parents | cbb26bc654de |
children |
rev | line source |
---|---|
Chris@909 | 1 if @journal.frozen? |
Chris@909 | 2 # journal was destroyed |
Chris@909 | 3 page.remove "change-#{@journal.id}" |
Chris@909 | 4 else |
Chris@909 | 5 page.replace "journal-#{@journal.id}-notes", render_notes(@journal.issue, @journal, :reply_links => authorize_for('issues', 'edit')) |
Chris@909 | 6 page.show "journal-#{@journal.id}-notes" |
Chris@909 | 7 page.remove "journal-#{@journal.id}-form" |
Chris@909 | 8 end |
Chris@909 | 9 |
Chris@909 | 10 call_hook(:view_journals_update_rjs_bottom, { :page => page, :journal => @journal }) |