summaryrefslogtreecommitdiff
path: root/app/views/events/_event_issue.atom.haml
blob: 4259f64c19102a11f7543903e53ce20e1ec6ef9f (plain)
1
2
3
%div{xmlns: "http://www.w3.org/1999/xhtml"}
  - if issue.description.present?
    = markdown(issue.description, xhtml: true, reference_only_path: false, project: issue.project)