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:
authorRubén Dávila <rdavila84@gmail.com>2016-01-13 04:07:59 +0300
committerRubén Dávila <rdavila84@gmail.com>2016-01-20 08:14:58 +0300
commitb6170d2d8b1017ce135c17916a03ebcc2d3bcf67 (patch)
tree3b301827d0661bd88b536b649a4efb78f97def3a /app/views/projects/forks/index.html.haml
parente4d26966912265b356bca8c9a987956200c24605 (diff)
Show last commit as description. #2406
Diffstat (limited to 'app/views/projects/forks/index.html.haml')
-rw-r--r--app/views/projects/forks/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/forks/index.html.haml b/app/views/projects/forks/index.html.haml
index 2150e2e42fb..fabd6b573a2 100644
--- a/app/views/projects/forks/index.html.haml
+++ b/app/views/projects/forks/index.html.haml
@@ -22,7 +22,7 @@
.projects-list-holder
= render 'shared/projects/list', projects: @public_forks, use_creator_avatar: true,
- forks: true
+ forks: true, show_last_commit_as_description: true
- if protected_count > 0
%ul.projects-list