Update links to issues
This commit is contained in:
parent
cbce4528d0
commit
73dabcb357
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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}"
|
||||||
|
|
|
@ -51,7 +51,7 @@
|
||||||
= 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"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue