Commit 61eb650db0eb05ee6436d662927cb963ec157b76
1 parent
cee230a1
Exists in
master
and in
4 other branches
Rename 'notes/notes' partial to 'notes/notes_with_form'
Showing
9 changed files
with
18 additions
and
18 deletions
Show diff stats
app/views/commits/show.html.haml
app/views/issues/show.html.haml
app/views/merge_requests/_show.html.haml
... | ... | @@ -16,7 +16,7 @@ |
16 | 16 | Diff |
17 | 17 | |
18 | 18 | .merge_request_notes#notes{ class: (controller.action_name == 'show') ? "" : "hide" } |
19 | - = render("notes/notes", tid: @merge_request.id, tt: "merge_request") | |
19 | + = render("notes/notes_with_form", tid: @merge_request.id, tt: "merge_request") | |
20 | 20 | .merge-request-diffs |
21 | 21 | = render "merge_requests/show/diffs" if @diffs |
22 | 22 | .status | ... | ... |
app/views/merge_requests/show.js.haml
app/views/notes/_notes.html.haml
app/views/projects/wall.html.haml
app/views/snippets/show.html.haml
app/views/wikis/show.html.haml