Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-01-25 10:08:52 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-01-25 10:08:52 +0300
commit3588a07b8379c98029598cac8050a1f90fd9c354 (patch)
treec426e245a3df0782a2c0f86d2e752cddecb0a333 /app/views
parent89f9ae77e2c3238c21d25ce9bfe57d6a466d71c6 (diff)
Remove default project icon
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/edit.html.haml2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/views/projects/edit.html.haml b/app/views/projects/edit.html.haml
index 28de1a778a7..fde9dc45fc6 100644
--- a/app/views/projects/edit.html.haml
+++ b/app/views/projects/edit.html.haml
@@ -89,8 +89,6 @@
.col-sm-10
- if @project.avatar?
= project_icon(@project.to_param, alt: '', class: 'avatar s160')
- - else
- = project_icon(@project.to_param, alt: '', class: 'avatar s160', only_uploaded: true)
%p.light
- if @project.avatar_in_git
Project avatar in repository: #{ @project.avatar_in_git }