1 package SGN
::Controller
::Annotation
;
5 BEGIN { extends
'Catalyst::Controller'; }
9 SGN::Controller::Annotation - show annotation pages for CG.org. add subroutines for other pages in annotation menu
15 sub annotation_index
:Path
('/annotation/index') Args
(0) {
19 $c->stash->{template
} = '/annotation/index.mas';
22 sub annotation_updates
:Path
('/annotation/updates') Args
(0) {
26 $c->stash->{template
} = '/annotation/updates.mas';