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:
authorRiyad Preukschas <riyad@informatik.uni-bremen.de>2012-09-14 06:59:55 +0400
committerRiyad Preukschas <riyad@informatik.uni-bremen.de>2012-09-14 23:41:56 +0400
commit61eb650db0eb05ee6436d662927cb963ec157b76 (patch)
tree93d881cdb57f25cadccea1d1005340a75fb4dd96 /app/views/commits
parentcee230a158e72a973150a17034b58c869f7e9407 (diff)
Rename 'notes/notes' partial to 'notes/notes_with_form'
Diffstat (limited to 'app/views/commits')
-rw-r--r--app/views/commits/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/commits/show.html.haml b/app/views/commits/show.html.haml
index e01f8ea5878..d12fff96835 100644
--- a/app/views/commits/show.html.haml
+++ b/app/views/commits/show.html.haml
@@ -1,6 +1,6 @@
= render "commits/commit_box"
= render "commits/diffs", diffs: @commit.diffs
-= render "notes/notes", tid: @commit.id, tt: "commit"
+= render "notes/notes_with_form", tid: @commit.id, tt: "commit"
= render "notes/per_line_form"