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:
authorwinniehell <git@winniehell.de>2016-06-22 00:10:24 +0300
committerwinniehell <git@winniehell.de>2016-07-01 00:53:22 +0300
commit2886ebfb135e00ce9cc77914155d5974e14fed18 (patch)
tree5255e66845c88ed053e8dd05087a8c450bec0c55 /app/views/projects/notes
parent3041c43380ba6e5d8bbc029a9dcfecfdcf7bcf47 (diff)
Remove `pinTo` from `Flash` and make inline flash messages look nicer (!4854)
Diffstat (limited to 'app/views/projects/notes')
-rw-r--r--app/views/projects/notes/_notes_with_form.html.haml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/projects/notes/_notes_with_form.html.haml b/app/views/projects/notes/_notes_with_form.html.haml
index 1c39ce897a3..56d302fab82 100644
--- a/app/views/projects/notes/_notes_with_form.html.haml
+++ b/app/views/projects/notes/_notes_with_form.html.haml
@@ -2,6 +2,8 @@
= render "projects/notes/notes"
%ul.notes.notes-form.timeline
%li.timeline-entry
+ .flash-container.timeline-content
+
- if can? current_user, :create_note, @project
.timeline-icon.hidden-xs.hidden-sm
%a.author_link{ href: user_path(current_user) }