summaryrefslogtreecommitdiff
path: root/app/views/projects/milestones/_issue.html.haml
blob: 9f164d44f267e4394762783403e48e9535dda45f (plain)
1
2
3
4
5
6
7
8
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: ''