/results_action |
action renders the current result of a poll |
Sourcecode in Poll/actions.js:
1: function results_action() { 2: res.data.title = getMessage("Poll.viewTitle", {question: this.question}); 3: res.data.body = this.renderSkinAsString("results"); 4: this.site.renderSkin("page"); 5: return; 6: } |