summaryrefslogtreecommitdiff
path: root/app/views/votes/_votes_inline.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/votes/_votes_inline.html.haml')
-rw-r--r--app/views/votes/_votes_inline.html.haml9
1 files changed, 0 insertions, 9 deletions
diff --git a/app/views/votes/_votes_inline.html.haml b/app/views/votes/_votes_inline.html.haml
deleted file mode 100644
index 2cb3ae04e1a..00000000000
--- a/app/views/votes/_votes_inline.html.haml
+++ /dev/null
@@ -1,9 +0,0 @@
-.votes.votes-inline
- - unless votable.upvotes.zero?
- %span.upvotes.cgreen
- + #{votable.upvotes}
- - unless votable.downvotes.zero?
- \/
- - unless votable.downvotes.zero?
- %span.downvotes.cred
- \- #{votable.downvotes}