Disable GitLab Project Import Button if source disabled

This commit is contained in:
Mark Fletcher 2017-08-24 17:43:11 +07:00
parent 19dfd9e9d6
commit 80f657c05e
2 changed files with 9 additions and 3 deletions

View File

@ -68,9 +68,10 @@
- if git_import_enabled?
%button.btn.js-toggle-button.import_git{ type: "button" }
= icon('git', text: 'Repo by URL')
.import_gitlab_project.has-tooltip{ data: { container: 'body' } }
= link_to new_import_gitlab_project_path, class: 'btn btn_import_gitlab_project project-submit' do
= icon('gitlab', text: 'GitLab export')
- if gitlab_project_import_enabled?
.import_gitlab_project.has-tooltip{ data: { container: 'body' } }
= link_to new_import_gitlab_project_path, class: 'btn btn_import_gitlab_project project-submit' do
= icon('gitlab', text: 'GitLab export')
.row
.col-lg-12

View File

@ -0,0 +1,5 @@
---
title: Disable GitLab Project Import Button if source disabled
merge_request:
author:
type: fixed