restored .git-url, truncate project name for thumb
This commit is contained in:
parent
22bb925a40
commit
a5058229e4
2 changed files with 2 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
|||
%div.grid_1.projects_selector
|
||||
%div{ :class => "project-box ui-box ui-box-big" }
|
||||
= link_to project_path(project) do
|
||||
%h3= project.name
|
||||
%h3= truncate(project.name, :length => 20)
|
||||
.data
|
||||
%p.title.repository.git_url_wrapper
|
||||
%span Repository:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue