summaryrefslogtreecommitdiff
path: root/app/views/projects/compare
diff options
context:
space:
mode:
authorMarc <marcshaw888@hotmail.com>2018-05-07 08:41:36 +0000
committerDouwe Maan <douwe@gitlab.com>2018-05-07 08:41:36 +0000
commit0aa1f53d10b59e191ea6baf74fa3bebb49445b3b (patch)
treec24b2a70c06422204c29b9cb63f309ca4d27d4f0 /app/views/projects/compare
parentd840535c3308b66dbd0f6d030af665ffb06edcd4 (diff)
downloadgitlab-ce-0aa1f53d10b59e191ea6baf74fa3bebb49445b3b.tar.gz
Add signature verification badge to compare view
Diffstat (limited to 'app/views/projects/compare')
-rw-r--r--app/views/projects/compare/_form.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/compare/_form.html.haml b/app/views/projects/compare/_form.html.haml
index d0c8a699608..40cdf96e76d 100644
--- a/app/views/projects/compare/_form.html.haml
+++ b/app/views/projects/compare/_form.html.haml
@@ -1,4 +1,4 @@
-= form_tag project_compare_index_path(@project), method: :post, class: 'form-inline js-requires-input' do
+= form_tag project_compare_index_path(@project), method: :post, class: 'form-inline js-requires-input js-signature-container', data: { 'signatures-path' => signatures_namespace_project_compare_index_path } do
.clearfix
- if params[:to] && params[:from]
.compare-switch-container