From 73ec4d090249e31867b5e9c8ea00711545a3168c Mon Sep 17 00:00:00 2001 From: Maximilian Grundke Date: Fri, 25 Aug 2017 18:31:47 +0200 Subject: [PATCH] Remove old delete all button --- app/views/exercises/_comment_dialogcontent.html.slim | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/views/exercises/_comment_dialogcontent.html.slim b/app/views/exercises/_comment_dialogcontent.html.slim index 6018fbd0..04ff3957 100644 --- a/app/views/exercises/_comment_dialogcontent.html.slim +++ b/app/views/exercises/_comment_dialogcontent.html.slim @@ -6,5 +6,4 @@ h5 =t('exercises.implement.comment.addyours') textarea.form-control -button#addCommentButton.btn.btn-block.btn-primary(type='button') =t('exercises.implement.comment.addCommentButton') -button#removeAllButton.btn.btn-block.btn-warning(type='button') =t('exercises.implement.comment.removeAllOnLine') \ No newline at end of file +button#addCommentButton.btn.btn-block.btn-primary(type='button') =t('exercises.implement.comment.addCommentButton') \ No newline at end of file