summaryrefslogtreecommitdiffstats
path: root/extensions/GitHubAuth
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2017-05-09 16:48:30 +0200
committerDylan William Hardison <dylan@hardison.net>2017-05-09 16:48:43 +0200
commit342db201b111da43ebcf7feaf1421aff1f7c6375 (patch)
tree2c8d89aa6bcb13fb04e7860eee46b117e8d57dba /extensions/GitHubAuth
parent318651ceaba13b359b97e383ef25c5761aeddc7e (diff)
downloadbugzilla-342db201b111da43ebcf7feaf1421aff1f7c6375.tar.gz
bugzilla-342db201b111da43ebcf7feaf1421aff1f7c6375.tar.xz
Bug 1359797 - GitHub login not appearing on show_bug.cgi
Diffstat (limited to 'extensions/GitHubAuth')
-rw-r--r--extensions/GitHubAuth/template/en/default/hook/account/auth/login-small-additional_methods.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/GitHubAuth/template/en/default/hook/account/auth/login-small-additional_methods.html.tmpl b/extensions/GitHubAuth/template/en/default/hook/account/auth/login-small-additional_methods.html.tmpl
index a472156f9..5fcf5d72b 100644
--- a/extensions/GitHubAuth/template/en/default/hook/account/auth/login-small-additional_methods.html.tmpl
+++ b/extensions/GitHubAuth/template/en/default/hook/account/auth/login-small-additional_methods.html.tmpl
@@ -8,7 +8,7 @@
[% USE Bugzilla %]
[% IF Param('user_info_class').split(',').contains('GitHubAuth') %]
- <span id="github_mini_login[% qs_suffix FILTER html %]" class="bz_default_hidden">
+ <span id="github_mini_login[% qs_suffix FILTER html %]" class="bz_default_hidden mini_login[% qs_suffix FILTER html %]">
<form method="post" action="[% urlbase FILTER html %]github.cgi">
<input type="hidden" name="github_secret" value="[% Bugzilla.github_secret FILTER html %]">
<input type="hidden" name="target_uri" value="[% Bugzilla.cgi.target_uri FILTER html %]">