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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew McMillion <matthew@mcmillion.io>2014-07-26 21:43:04 +0400
committerMatthew McMillion <matthew@mcmillion.io>2014-07-26 21:43:04 +0400
commitafc5b7110fbabc2ec0f4a5de0ddcf98565a1a3fb (patch)
treef0c4f2cc2383a791e50c46ad04c5affe322f8a09 /app/views/events/_event_note.atom.haml
parentcb0d63b9e3fa464ae8c0cd9cf7bdb8d080a7e02f (diff)
Fix missing links and incorrect display of issue numbers for notes, comments, and merge requests
Diffstat (limited to 'app/views/events/_event_note.atom.haml')
-rw-r--r--app/views/events/_event_note.atom.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/events/_event_note.atom.haml b/app/views/events/_event_note.atom.haml
index 96039ad18dc..be0e05481ed 100644
--- a/app/views/events/_event_note.atom.haml
+++ b/app/views/events/_event_note.atom.haml
@@ -1,2 +1,2 @@
-%div{:xmlns => "http://www.w3.org/1999/xhtml"}
- %p= markdown note.note
+%div{xmlns: "http://www.w3.org/1999/xhtml"}
+ = markdown note.note