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; width:32px;
margin-top:4px; margin-top:4px;
} }
p.row_title { .row_title {
padding:0px; padding:0px;
padding-bottom:2px; padding-bottom:2px;
} }

View file

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

View file

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