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

_issue.html.haml « milestones « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 88fccfe4981c4e665c299729080f7b37fa2a85ab (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) }
  .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