diff options
Diffstat (limited to 'app/views/events/_event_issue.atom.haml')
-rw-r--r-- | app/views/events/_event_issue.atom.haml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app/views/events/_event_issue.atom.haml b/app/views/events/_event_issue.atom.haml deleted file mode 100644 index 0edb61ea246..00000000000 --- a/app/views/events/_event_issue.atom.haml +++ /dev/null @@ -1,3 +0,0 @@ -%div{xmlns: "http://www.w3.org/1999/xhtml"} - - if issue.description.present? - = markdown(issue.description, xhtml: true) |