diff options
Diffstat (limited to 'server/sonar-web/src/main/js/components/issue/templates/DeleteComment.hbs')
-rw-r--r-- | server/sonar-web/src/main/js/components/issue/templates/DeleteComment.hbs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/server/sonar-web/src/main/js/components/issue/templates/DeleteComment.hbs b/server/sonar-web/src/main/js/components/issue/templates/DeleteComment.hbs deleted file mode 100644 index 939bf523509..00000000000 --- a/server/sonar-web/src/main/js/components/issue/templates/DeleteComment.hbs +++ /dev/null @@ -1,6 +0,0 @@ -<div class="text-right"> - <div class="spacer-bottom">{{t 'issue.comment.delete_confirm_message'}}</div> - <button class="button-red">{{t 'delete'}}</button> -</div> - -<div class="bubble-popup-arrow"></div> |