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/app/views
diff options
context:
space:
mode:
authorWinnie Hellmann <winnie@gitlab.com>2017-08-15 11:20:35 +0300
committerPhil Hughes <me@iamphill.com>2017-08-15 11:20:35 +0300
commitd2b4109b0830970f41c60b7407366bf760d41676 (patch)
tree604c18c9049de11e36091b10801b19c0966509d1 /app/views
parent155de419029a200a04e257baded9ea3c5f5bfe99 (diff)
Display GPG status loading spinner only when Ajax request is made
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/commit/_ajax_signature.html.haml1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/projects/commit/_ajax_signature.html.haml b/app/views/projects/commit/_ajax_signature.html.haml
index 22674b671c9..83821326aec 100644
--- a/app/views/projects/commit/_ajax_signature.html.haml
+++ b/app/views/projects/commit/_ajax_signature.html.haml
@@ -1,3 +1,2 @@
- if commit.has_signature?
%button{ class: commit_signature_badge_classes('js-loading-gpg-badge'), data: { toggle: 'tooltip', placement: 'auto top', title: 'GPG signature (loading...)', 'commit-sha' => commit.sha } }
- %i.fa.fa-spinner.fa-spin