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:
authorFelipe Artur <felipefac@gmail.com>2018-02-02 20:49:23 +0300
committerFelipe Artur <felipefac@gmail.com>2018-02-02 20:49:23 +0300
commit80714a5eeb3d80295cbc109c6b48eb91163ef97c (patch)
treebe1e89c46ebfa67d3f2740210bb33feba39df8f3 /app/controllers/projects
parent7ccbed4216fa6089f0495e9f7bac8f975af724ef (diff)
parent476d3b1aab5c909eacd938f735e59cbbb06dffa7 (diff)
Merge branch 'acet-mr-notes-index' of gitlab.com:gitlab-org/gitlab-ce into acet-mr-notes-index
Diffstat (limited to 'app/controllers/projects')
-rw-r--r--app/controllers/projects/notes_controller.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/projects/notes_controller.rb b/app/controllers/projects/notes_controller.rb
index e43c5de51dc..e68d5b011a6 100644
--- a/app/controllers/projects/notes_controller.rb
+++ b/app/controllers/projects/notes_controller.rb
@@ -1,5 +1,6 @@
class Projects::NotesController < Projects::ApplicationController
include NotesActions
+ include NotesHelper
include ToggleAwardEmoji
before_action :authorize_read_note!