about summary refs log tree commit diff
path: root/app/views/profile/_status_footer.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/profile/_status_footer.html.haml')
-rw-r--r--app/views/profile/_status_footer.html.haml7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/views/profile/_status_footer.html.haml b/app/views/profile/_status_footer.html.haml
new file mode 100644
index 000000000..0c47ade90
--- /dev/null
+++ b/app/views/profile/_status_footer.html.haml
@@ -0,0 +1,7 @@
+.counter.counter-retweets
+  %i.fa.fa-retweet
+  %span.num= status.reblogs.count
+
+.counter.counter-favourites
+  %i.fa.fa-star
+  %span.num= status.favourites.count