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

_event_issue.atom.haml « events « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0edb61ea2467fefc2f5cc5d2c793a781d541dfb0 (plain)
1
2
3
%div{xmlns: "http://www.w3.org/1999/xhtml"}
  - if issue.description.present?
    = markdown(issue.description, xhtml: true)