Commit 73dabcb3 authored by Riyad Preukschas's avatar Riyad Preukschas

Update links to issues

parent cbce4528
......@@ -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}"
......
......@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment