Update links to issues
This commit is contained in:
parent
cbce4528d0
commit
73dabcb357
|
@ -34,7 +34,7 @@
|
|||
width:32px;
|
||||
margin-top:4px;
|
||||
}
|
||||
p.row_title {
|
||||
.row_title {
|
||||
padding:0px;
|
||||
padding-bottom:2px;
|
||||
}
|
||||
|
|
|
@ -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}"
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
= 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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue