summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorJacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home>2015-12-23 12:26:41 -0500
committerJacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home>2015-12-23 12:26:50 -0500
commit69f9bf77d4ad3fd6c690bf863337854f4347494d (patch)
tree366f196a7400be18d12f6cef21a698d8c0620fd7 /app/views
parentea5fa54b2d1949a21503661b3fd5a25401bf110e (diff)
downloadgitlab-ce-69f9bf77d4ad3fd6c690bf863337854f4347494d.tar.gz
spinach tests will pass now
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/buttons/_star.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/buttons/_star.html.haml b/app/views/projects/buttons/_star.html.haml
index aba959f991a..0f2ee119871 100644
--- a/app/views/projects/buttons/_star.html.haml
+++ b/app/views/projects/buttons/_star.html.haml
@@ -8,7 +8,7 @@
%span Star
%div.count-with-arrow
%span.arrow
- %span.count
+ %span.count.star-count
= @project.star_count
:javascript