move everything under post-viewer/ to single-post-viewer/

This commit is contained in:
Fabian Rodriguez 2013-12-08 12:36:01 -02:00
parent 8cf4e4a7fb
commit 80015e7ba8
4 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
app.views.PostViewerNewComment = app.views.Base.extend({
templateName: "post-viewer/new-comment",
templateName: "single-post-viewer/new-comment",
events : {
"click button" : "createComment",
@ -39,4 +39,4 @@ app.views.PostViewerNewComment = app.views.Base.extend({
$(this.scrollableArea).scrollTop($(this.scrollableArea).prop("scrollHeight"))
}
});
});

View file

@ -2,7 +2,7 @@ app.views.PostViewerReactions = app.views.Base.extend({
className : "",
templateName: "post-viewer/reactions",
templateName: "single-post-viewer/reactions",
tooltipSelector : ".avatar",