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
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-09-07 12:10:40 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-09-07 12:10:40 +0300
commit6c1d5c5c9c6b0b52741a5bd72a91042d473c390a (patch)
tree69e902e8ecbcf23988fd684c9310a99f33f90456 /app/views/projects/show.html.haml
parent66eca7d3ba90d88c7214c1ac305788919708f688 (diff)
Fix project page with activity as default home page
Diffstat (limited to 'app/views/projects/show.html.haml')
-rw-r--r--app/views/projects/show.html.haml6
1 files changed, 4 insertions, 2 deletions
diff --git a/app/views/projects/show.html.haml b/app/views/projects/show.html.haml
index d575891fd46..d5c4ee71978 100644
--- a/app/views/projects/show.html.haml
+++ b/app/views/projects/show.html.haml
@@ -65,9 +65,11 @@
%section
- if prefer_readme?
- = render 'projects/readme'
+ .project-show-readme
+ = render 'projects/readme'
- else
- = render 'projects/activity'
+ .project-show-activity
+ = render 'projects/activity'
- if current_user