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
diff options
context:
space:
mode:
authorClement Ho <clemmakesapps@gmail.com>2018-06-05 03:48:43 +0300
committerClement Ho <clemmakesapps@gmail.com>2018-06-05 03:48:43 +0300
commit5a855b28374b5422fd764d3bcabbf0577a3c4571 (patch)
tree390fce2942ea666ddf69bd6eac5fce68084fb839 /app
parentbb2a847c8381dba03ac261c64e0022bf4823f912 (diff)
parent96f1c1f927e744b45260f5d847a8cc26d8775751 (diff)
Merge branch '47236-github-import-btn' into 'master'
Resolve "Import from github button has no left-margin" Closes #47267 See merge request gitlab-org/gitlab-ce!19396
Diffstat (limited to 'app')
-rw-r--r--app/views/import/github/new.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/import/github/new.html.haml b/app/views/import/github/new.html.haml
index c63cf2b31cb..b9ebb1a39d9 100644
--- a/app/views/import/github/new.html.haml
+++ b/app/views/import/github/new.html.haml
@@ -19,7 +19,7 @@
= form_tag personal_access_token_import_github_path, method: :post, class: 'form-inline' do
.form-group
- = text_field_tag :personal_access_token, '', class: 'form-control', placeholder: _('Personal Access Token'), size: 40
+ = text_field_tag :personal_access_token, '', class: 'form-control append-right-8', placeholder: _('Personal Access Token'), size: 40
= submit_tag _('List your GitHub repositories'), class: 'btn btn-success'
- unless github_import_configured?