gitlabhq/app/views/dashboard/_projects_feed.html.haml
2012-04-02 00:24:45 +03:00

14 lines
439 B
Plaintext

- projects.first(5).each do |project|
%div.dash_project_item
%h4
= link_to project, :class => "project_link" do
%span.ico.project
= truncate project.name, :length => 24
%small
last activity at
= project.last_activity_date.stamp("Aug 25, 2011")
.right
%small
%strong= link_to "Browse Code »", tree_project_ref_path(project, project.root_ref), :class => "vlink"