Mercurial > hg > soundsoftware-site
view .svn/pristine/60/6089c129623045cd6c157b0be5cbb46ac9a89d00.svn-base @ 1423:40e82f170353 biblio_alt_search_auth
small adjustments to text box size.
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Wed, 02 Oct 2013 16:47:03 +0100 |
parents | cbb26bc654de |
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 })