diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-12-29 13:56:16 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-12-29 13:56:16 +0200 |
commit | 8b6870680173347db5df23529acb40a7a69fe918 (patch) | |
tree | f2f39250a5548f04d23d30fcd8669f3996028cd2 /app/views/dashboard | |
parent | cf31f289d7bf073e8d8d91b6ee8df1225596e4dd (diff) | |
download | gitlab-ce-8b6870680173347db5df23529acb40a7a69fe918.tar.gz |
Compact projects list on dashboard
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/dashboard')
-rw-r--r-- | app/views/dashboard/_project.html.haml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app/views/dashboard/_project.html.haml b/app/views/dashboard/_project.html.haml index 5792a015967..db445eed233 100644 --- a/app/views/dashboard/_project.html.haml +++ b/app/views/dashboard/_project.html.haml @@ -9,6 +9,3 @@ = truncate(project.name, length: 25) %span.arrow %i.icon-angle-right - %span.last-activity - %span Last activity: - %span.date= project_last_activity(project) |