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:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-05-25 19:24:04 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-05-25 19:24:04 +0300
commit41441445a07649ce451bfffc546aaca87934655e (patch)
tree43bf03ab52d49d829e81f371f10225c877ce886d /app/views/shared
parentd9835145f99ba9b9df414a136e393f4137eef59e (diff)
parent068e5e21b360e976c582bb751ce93ac6668b6bdf (diff)
Merge branch '32801-fix-discussion-header-wrapping-in-parallel-diff' into 'master'
Fix note header author and time ago wrapping in parallel diff Closes #32801 See merge request !11702
Diffstat (limited to 'app/views/shared')
-rw-r--r--app/views/shared/notes/_note.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/notes/_note.html.haml b/app/views/shared/notes/_note.html.haml
index a7bf610b9c7..1e34b7c1e76 100644
--- a/app/views/shared/notes/_note.html.haml
+++ b/app/views/shared/notes/_note.html.haml
@@ -18,7 +18,7 @@
.note-header
.note-header-info
%a{ href: user_path(note.author) }
- %span.hidden-xs
+ %span.note-header-author-name
= sanitize(note.author.name)
%span.note-headline-light
= note.author.to_reference