Remove obsolete jade partials.
parent
9029d97ae6
commit
36aed7ab83
|
@ -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)
|
|
|
@ -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
|
|
Loading…
Reference in New Issue