Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-04-15 09:22:46 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-04-15 09:22:46 +0300
commit0a0d6050fc6859a763673ee4e1a3dd43e27e1b36 (patch)
tree6b7369bba14db4a3e99eb3ce571e8a34ff00b03e /app
parentac5af61499a8612ef6a51b2bebd18c4c1a083583 (diff)
parentf543f1c3dd3d4b75952be85e4e763a099acbb3d6 (diff)
Merge pull request #8905 from jasonblanchard/remove-truncation-milestone
Remove truncation from issue titles on milestone page
Diffstat (limited to 'app')
-rw-r--r--app/views/projects/milestones/_issue.html.haml8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/views/projects/milestones/_issue.html.haml b/app/views/projects/milestones/_issue.html.haml
index 9f164d44f26..88fccfe4981 100644
--- a/app/views/projects/milestones/_issue.html.haml
+++ b/app/views/projects/milestones/_issue.html.haml
@@ -1,9 +1,9 @@
%li{ id: dom_id(issue, 'sortable'), class: 'issue-row', 'data-iid' => issue.iid, 'data-url' => issue_path(issue) }
- %span.str-truncated
- = link_to [@project.namespace.becomes(Namespace), @project, issue] do
- %span.cgray ##{issue.iid}
- = link_to_gfm issue.title, [@project.namespace.becomes(Namespace), @project, issue], title: issue.title
.pull-right.assignee-icon
- if issue.assignee
= image_tag avatar_icon(issue.assignee.email, 16), class: "avatar s16", alt: ''
+ %span
+ = link_to [@project.namespace.becomes(Namespace), @project, issue] do
+ %span.cgray ##{issue.iid}
+ = link_to_gfm issue.title, [@project.namespace.becomes(Namespace), @project, issue], title: issue.title