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
path: root/config
diff options
context:
space:
mode:
authorMarc <marcshaw888@hotmail.com>2018-05-07 11:41:36 +0300
committerDouwe Maan <douwe@gitlab.com>2018-05-07 11:41:36 +0300
commit0aa1f53d10b59e191ea6baf74fa3bebb49445b3b (patch)
treec24b2a70c06422204c29b9cb63f309ca4d27d4f0 /config
parentd840535c3308b66dbd0f6d030af665ffb06edcd4 (diff)
Add signature verification badge to compare view
Diffstat (limited to 'config')
-rw-r--r--config/routes/repository.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes/repository.rb b/config/routes/repository.rb
index 9e506a1a43a..e2bf8d6a7ff 100644
--- a/config/routes/repository.rb
+++ b/config/routes/repository.rb
@@ -18,6 +18,7 @@ scope format: false do
resources :compare, only: [:index, :create] do
collection do
get :diff_for_path
+ get :signatures
end
end