diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-07-26 10:33:42 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-07-26 10:33:42 +0300 |
commit | d3ea53877d689df64db9c68f43e2c08f527b01ed (patch) | |
tree | da717d728adc60c9e0e8e751027bb31eb40c333f /app/views/explore | |
parent | 974b5a7b2f31f8e7d6b38a45bfd055a40651c945 (diff) | |
download | gitlab-ce-d3ea53877d689df64db9c68f43e2c08f527b01ed.tar.gz |
Tests for trending/starred pages
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/explore')
-rw-r--r-- | app/views/explore/projects/_project.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/explore/projects/_project.html.haml b/app/views/explore/projects/_project.html.haml index 393c33b266a..a9498416c8a 100644 --- a/app/views/explore/projects/_project.html.haml +++ b/app/views/explore/projects/_project.html.haml @@ -21,5 +21,5 @@ = link_to pluralize(project.repository.tag_names.count, 'tag'), project_tags_path(project) - else %i.icon-warning-sign - Empty repository + Empty repository |