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>2013-12-29 17:55:09 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-12-29 17:55:09 +0400
commite7a35a94c9a39af94f1481eb554d3ed32cceca64 (patch)
tree1a3abecd64993163f73fd1c643ba20b4b139cf58 /app/views/groups/_projects.html.haml
parent075650fc6b269decd5691aa4fe669ebad3800f48 (diff)
Hide last activity from group projects list
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/groups/_projects.html.haml')
-rw-r--r--app/views/groups/_projects.html.haml3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/views/groups/_projects.html.haml b/app/views/groups/_projects.html.haml
index 9b155484e60..98b7b88865b 100644
--- a/app/views/groups/_projects.html.haml
+++ b/app/views/groups/_projects.html.haml
@@ -18,6 +18,3 @@
= truncate(project.name, length: 25)
%span.arrow
%i.icon-angle-right
- %span.last-activity
- %span Last activity:
- %span.date= project_last_activity(project)