diff options
author | Riyad Preukschas <riyad@informatik.uni-bremen.de> | 2012-12-02 20:43:39 +0100 |
---|---|---|
committer | Riyad Preukschas <riyad@informatik.uni-bremen.de> | 2012-12-03 22:51:56 +0100 |
commit | 494ae87840bf719e5fb4094781cc1dfc179af463 (patch) | |
tree | 1006864b4695c0810f7005e742eed4f52b922abc /app/controllers/snippets_controller.rb | |
parent | 1319373d58c49eb96c1ec176f3057c2c31750b0e (diff) | |
download | gitlab-ce-494ae87840bf719e5fb4094781cc1dfc179af463.tar.gz |
Refactor discussion reply
Diffstat (limited to 'app/controllers/snippets_controller.rb')
-rw-r--r-- | app/controllers/snippets_controller.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/controllers/snippets_controller.rb b/app/controllers/snippets_controller.rb index 7324a4594eb..b0438222461 100644 --- a/app/controllers/snippets_controller.rb +++ b/app/controllers/snippets_controller.rb @@ -50,6 +50,8 @@ class SnippetsController < ProjectResourceController def show @note = @project.notes.new(noteable: @snippet) + @target_type = :snippet + @target_id = @snippet.id end def destroy |