Update links to issues

This commit is contained in:
Riyad Preukschas 2012-07-22 14:33:03 +02:00
parent cbce4528d0
commit 73dabcb357
3 changed files with 4 additions and 5 deletions

View file

@ -34,7 +34,7 @@
width:32px;
margin-top:4px;
}
p.row_title {
.row_title {
padding:0px;
padding-bottom:2px;
}

View file

@ -24,8 +24,7 @@
- else
= image_tag "no_avatar.png", :class => "avatar"
= link_to project_issue_path(issue.project, issue) do
%p.row_title= truncate(issue.title, :length => 100)
%p= link_to truncate(issue.title, :length => 100), project_issue_path(issue.project, issue), :class => "row_title"
%span.update-author
%small.cdark= "##{issue.id}"

View file

@ -50,8 +50,8 @@
%td
= link_to [@project, issue] do
%span.badge.badge-info ##{issue.id}
–
= truncate issue.title, :length => 60
–
= link_to truncate(issue.title, :length => 60), [@project, issue]
%br
= paginate @issues, :theme => "gitlab"