/main_action
main action

Sourcecode in Comment/actions.js:
1:   function main_action() {
2:      // since comments don't have their own page, we redirect to
3:      // story together with an anchor to this comment
4:      res.redirect(this.story.href() + "#" + this._id);
5:      return;
6:   }