Commit e7a35a94c9a39af94f1481eb554d3ed32cceca64

Authored by Dmitriy Zaporozhets
1 parent 075650fc

Hide last activity from group projects list

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing 1 changed file with 0 additions and 3 deletions   Show diff stats
app/views/groups/_projects.html.haml
... ... @@ -18,6 +18,3 @@
18 18 = truncate(project.name, length: 25)
19 19 %span.arrow
20 20 %i.icon-angle-right
21   - %span.last-activity
22   - %span Last activity:
23   - %span.date= project_last_activity(project)
... ...