gitlabhq/app/views/projects/_tile.html.haml
2012-01-28 00:51:02 +02:00

12 lines
557 B
Plaintext

- @projects.in_groups_of(2, false) do |projects|
.row
- projects.each_with_index do |project, i|
.span4.well
= link_to project_path(project) do
%h3= truncate(project.name, :length => 20)
%p.title.repository.git_url_wrapper
%input{ :value => project.url_to_repo, :class => ['git-url', 'one_click_select', 'text', 'project_list_url'], :readonly => 'readonly' }
%a.btn{:href => tree_project_ref_path(project, project.root_ref)} Browse code
%a.btn{:href => project_commits_path(project)} Commits