Mercurial > hg > soundsoftware-site
comparison .svn/pristine/60/6089c129623045cd6c157b0be5cbb46ac9a89d00.svn-base @ 909:cbb26bc654de redmine-1.3
Update to Redmine 1.3-stable branch (Redmine SVN rev 8964)
author | Chris Cannam |
---|---|
date | Fri, 24 Feb 2012 19:09:32 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
908:c6c2cbd0afee | 909:cbb26bc654de |
---|---|
1 if @journal.frozen? | |
2 # journal was destroyed | |
3 page.remove "change-#{@journal.id}" | |
4 else | |
5 page.replace "journal-#{@journal.id}-notes", render_notes(@journal.issue, @journal, :reply_links => authorize_for('issues', 'edit')) | |
6 page.show "journal-#{@journal.id}-notes" | |
7 page.remove "journal-#{@journal.id}-form" | |
8 end | |
9 | |
10 call_hook(:view_journals_update_rjs_bottom, { :page => page, :journal => @journal }) |