Added tag listing

This commit is contained in:
Marcin Kurczewski
2014-10-06 21:16:59 +02:00
parent 7579d962ba
commit 49124298a2
12 changed files with 230 additions and 7 deletions

View File

@ -24,7 +24,7 @@ App.Presenters.UserPresenter = function(
function init(args, loaded) {
promise.wait(util.promiseTemplate('user'))
.then(function(template, response) {
.then(function(template) {
$messages = $el.find('.messages');
templates.user = template;
reinit(args, loaded);