diff --git a/app/partials/views/modules/activity.jade b/app/partials/views/modules/activity.jade deleted file mode 100644 index f68ddc3e..00000000 --- a/app/partials/views/modules/activity.jade +++ /dev/null @@ -1,8 +0,0 @@ -section.us-activity.hidden - //- modules/common.coffee - ChangeDirective - div.activity-list(tg-changes, ng-model="history", mode="activity") - - //- TODO - //- a.more-activity(href="", title="show more comments") - //- span show previous activity - //- span.prev-activity-num (3 more) diff --git a/app/partials/views/modules/comments.jade b/app/partials/views/modules/comments.jade deleted file mode 100644 index 78fe0a38..00000000 --- a/app/partials/views/modules/comments.jade +++ /dev/null @@ -1,19 +0,0 @@ -//- NOTE: You must to define 'var commentModel' with the object model -//- You must to define 'var noSaveButton = true' if save button is not necessary - -section.us-comments - //- modules/common.coffee - ChangeDirective - div.comment-list(tg-changes, mode="comment", ng-model="comments") - - div.comment-single - - //- TODO - //- a.more-comments(href="", title="show more comments") - //- span show previous comments - //- span.prev-comments-num (3 more) - - div.add-comment(tg-check-permission, tg-toggle-comment, permission="modify_"+commentModel) - textarea(placeholder="Write here a new commet", ng-model="commentModel.comment", tg-markitup) - - unless noSaveButton - a.button.button-green.save-comment(href="", title="Comment") Comment