summaryrefslogtreecommitdiff
path: root/app/views/projects/_home_panel.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-07-08 13:34:05 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-07-08 13:34:05 +0200
commit17156cf909fff49ea068b2dc00fd607af20967f8 (patch)
treefed323e0a7abc72bdb4fe96ed4ec9d8d01a93bb8 /app/views/projects/_home_panel.html.haml
parent77fb7e078e49685fa649abc8ebe24376203c2c2c (diff)
downloadgitlab-ce-17156cf909fff49ea068b2dc00fd607af20967f8.tar.gz
Imrpove mobile view for project page
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
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 2c32d9ccafe..95c84c96c41 100644
--- a/app/views/projects/_home_panel.html.haml
+++ b/app/views/projects/_home_panel.html.haml
@@ -2,7 +2,7 @@
.project-home-panel.clearfix{:class => ("empty-project" if empty_repo)}
.project-identicon-holder
= project_icon(@project, alt: '', class: 'project-avatar avatar s90')
- .lead
+ .project-home-desc.lead
- if @project.description.present?
= markdown(@project.description, pipeline: :description)