mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Don't show delete comment button (until it works)
This commit is contained in:
parent
318313d66c
commit
786c92b2fc
1 changed files with 5 additions and 5 deletions
|
@ -249,11 +249,11 @@ script(type='text/ng-template', id='resolvedCommentEntryTemplate')
|
|||
ng-click="onUnresolve({ 'threadId': thread.threadId });"
|
||||
)
|
||||
| Re-open
|
||||
a.rp-entry-button(
|
||||
href
|
||||
ng-click="onDelete({ 'entryId': thread.entryId, 'threadId': thread.threadId });"
|
||||
)
|
||||
| Delete
|
||||
//- a.rp-entry-button(
|
||||
//- href
|
||||
//- ng-click="onDelete({ 'entryId': thread.entryId, 'threadId': thread.threadId });"
|
||||
//- )
|
||||
//- | Delete
|
||||
|
||||
|
||||
script(type='text/ng-template', id='addCommentEntryTemplate')
|
||||
|
|
Loading…
Reference in a new issue