From accbcacd6755136aef5f7c2558614bc664ce71d7 Mon Sep 17 00:00:00 2001
From: "J.-S. Caux" <J.S.Caux@uva.nl>
Date: Sun, 23 Jun 2019 10:11:05 +0200
Subject: [PATCH] Remove deprecated file

---
 comments/templates/comments/_comment_voting_summary.html | 5 -----
 1 file changed, 5 deletions(-)
 delete mode 100644 comments/templates/comments/_comment_voting_summary.html

diff --git a/comments/templates/comments/_comment_voting_summary.html b/comments/templates/comments/_comment_voting_summary.html
deleted file mode 100644
index ca50ff333..000000000
--- a/comments/templates/comments/_comment_voting_summary.html
+++ /dev/null
@@ -1,5 +0,0 @@
-<div class="voting-group d-inline-block {{class}}">
-  <label class="btn agree">Agree {{ comment.nr_A }}</label>
-  <label class="btn neutral">Not sure {{ comment.nr_N }}</label>
-  <label class="btn disagree">Disagree {{ comment.nr_D }}</label>
-</div>
-- 
GitLab