Mercurial > hg > soundsoftware-site
view app/views/journals/update.rjs @ 847:83740cd6705e cannam
Merge from branch "luisf"
author | Chris Cannam |
---|---|
date | Wed, 01 Feb 2012 14:34:18 +0000 |
parents | 513646585e45 |
children |
line wrap: on
line source
if @journal.frozen? # journal was destroyed page.remove "change-#{@journal.id}" else page.replace "journal-#{@journal.id}-notes", render_notes(@journal.issue, @journal, :reply_links => authorize_for('issues', 'edit')) page.show "journal-#{@journal.id}-notes" page.remove "journal-#{@journal.id}-form" end call_hook(:view_journals_update_rjs_bottom, { :page => page, :journal => @journal })