summaryrefslogtreecommitdiff
path: root/app/views/projects/_home_panel.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-02-07 11:38:58 -0800
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-02-07 11:38:58 -0800
commitf228e17d39804e5cd5642e81a12df1cca19fd77d (patch)
tree1bea08a306689dfa20a917f6a2b2cab62e269dfb /app/views/projects/_home_panel.html.haml
parent5bf33f977c16757dbf669fe2b25b09da406508dd (diff)
downloadgitlab-ce-f228e17d39804e5cd5642e81a12df1cca19fd77d.tar.gz
Add project-avatar and group-avatar css classes
Diffstat (limited to 'app/views/projects/_home_panel.html.haml')
-rw-r--r--app/views/projects/_home_panel.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/_home_panel.html.haml b/app/views/projects/_home_panel.html.haml
index 2ed49f83a7a..5697f9ea1af 100644
--- a/app/views/projects/_home_panel.html.haml
+++ b/app/views/projects/_home_panel.html.haml
@@ -1,7 +1,7 @@
- empty_repo = @project.empty_repo?
.project-home-panel{:class => ("empty-project" if empty_repo)}
.project-identicon-holder
- = project_icon(@project.to_param, alt: '', class: 'avatar')
+ = project_icon(@project.to_param, alt: '', class: 'avatar project-avatar')
.project-home-row
.project-home-desc
- if @project.description.present?