Adding views for the profile and entry pages
This commit is contained in:
7
app/views/profile/_status_footer.html.haml
Normal file
7
app/views/profile/_status_footer.html.haml
Normal file
@@ -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
|
Reference in New Issue
Block a user