Mercurial > hg > soundsoftware-site
view app/views/journals/update.rjs @ 130:db0caa9f0ff4 cannam-pre-20110113-merge
Make project descriptions briefer on the projects list, and ensure that images &c are removed from them
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Mon, 17 Jan 2011 14:47:09 +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 })