annotate .svn/pristine/60/6089c129623045cd6c157b0be5cbb46ac9a89d00.svn-base @ 1195:7f94e4180a2f
feature_564
Only show tags used more than once. Not sure about this one
author |
Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
date |
Tue, 22 Jan 2013 17:11:01 +0000 |
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 })
|