Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
cec9440d
Commit
cec9440d
authored
Mar 15, 2021
by
Yogi
Committed by
Kushal Pandya
Mar 15, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move to btn-confirm from btn-success in views/import directory
parent
6f95667d
Changes
9
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
14 additions
and
9 deletions
+14
-9
app/views/import/bitbucket_server/new.html.haml
app/views/import/bitbucket_server/new.html.haml
+1
-1
app/views/import/fogbugz/new.html.haml
app/views/import/fogbugz/new.html.haml
+1
-1
app/views/import/fogbugz/new_user_map.html.haml
app/views/import/fogbugz/new_user_map.html.haml
+1
-1
app/views/import/gitea/new.html.haml
app/views/import/gitea/new.html.haml
+1
-1
app/views/import/github/new.html.haml
app/views/import/github/new.html.haml
+1
-1
app/views/import/gitlab_projects/new.html.haml
app/views/import/gitlab_projects/new.html.haml
+2
-2
app/views/import/manifest/_form.html.haml
app/views/import/manifest/_form.html.haml
+1
-1
app/views/import/phabricator/new.html.haml
app/views/import/phabricator/new.html.haml
+1
-1
changelogs/unreleased/btn-confirm-imports.yml
changelogs/unreleased/btn-confirm-imports.yml
+5
-0
No files found.
app/views/import/bitbucket_server/new.html.haml
View file @
cec9440d
...
...
@@ -25,4 +25,4 @@
.col-md-4
=
password_field_tag
:personal_access_token
,
''
,
class:
'form-control gl-mr-3'
,
placeholder:
_
(
'Personal Access Token'
),
size:
40
.form-actions
=
submit_tag
_
(
'List your Bitbucket Server repositories'
),
class:
'
btn btn-success
'
=
submit_tag
_
(
'List your Bitbucket Server repositories'
),
class:
'
gl-button btn btn-confirm
'
app/views/import/fogbugz/new.html.haml
View file @
cec9440d
...
...
@@ -22,4 +22,4 @@
.col-md-4
=
password_field_tag
:password
,
nil
,
class:
'form-control'
.form-actions
=
submit_tag
_
(
'Continue to the next step'
),
class:
'
btn btn-success
'
=
submit_tag
_
(
'Continue to the next step'
),
class:
'
gl-button btn btn-confirm
'
app/views/import/fogbugz/new_user_map.html.haml
View file @
cec9440d
...
...
@@ -40,4 +40,4 @@
scope: :all
,
email_user:
true
,
selected:
user
[
:gitlab_user
])
.form-actions
=
submit_tag
_
(
'Continue to the next step'
),
class:
'
btn btn-success
'
=
submit_tag
_
(
'Continue to the next step'
),
class:
'
gl-button btn btn-confirm
'
app/views/import/gitea/new.html.haml
View file @
cec9440d
...
...
@@ -19,4 +19,4 @@
.col-sm-4
=
text_field_tag
:personal_access_token
,
nil
,
class:
'form-control'
.form-actions
=
submit_tag
_
(
'List Your Gitea Repositories'
),
class:
'
btn btn-success
'
=
submit_tag
_
(
'List Your Gitea Repositories'
),
class:
'
gl-button btn btn-confirm
'
app/views/import/github/new.html.haml
View file @
cec9440d
...
...
@@ -10,7 +10,7 @@
=
import_github_authorize_message
-
if
github_import_configured?
&&
!
has_ci_cd_only_params?
=
link_to
status_import_github_path
,
class:
'
btn btn-success gl-button
'
do
=
link_to
status_import_github_path
,
class:
'
gl-button btn btn-confirm
'
do
=
sprite_icon
(
'github'
,
css_class:
'gl-mr-2'
)
=
title
...
...
app/views/import/gitlab_projects/new.html.haml
View file @
cec9440d
...
...
@@ -20,5 +20,5 @@
=
file_field_tag
:file
,
class:
''
.row
.form-actions.col-sm-12
=
submit_tag
_
(
'Import project'
),
class:
'
btn btn-success
'
=
link_to
_
(
'Cancel'
),
new_project_path
,
class:
'
btn
btn-cancel'
=
submit_tag
_
(
'Import project'
),
class:
'
gl-button btn btn-confirm
'
=
link_to
_
(
'Cancel'
),
new_project_path
,
class:
'
gl-button btn btn-default
btn-cancel'
app/views/import/manifest/_form.html.haml
View file @
cec9440d
...
...
@@ -19,5 +19,5 @@
=
link_to
sprite_icon
(
'question-o'
),
help_page_path
(
'user/project/import/manifest'
)
.gl-mb-3
=
submit_tag
_
(
'List available repositories'
),
class:
'gl-button btn btn-
success
'
=
submit_tag
_
(
'List available repositories'
),
class:
'gl-button btn btn-
confirm
'
=
link_to
_
(
'Cancel'
),
new_project_path
,
class:
'gl-button btn btn-default btn-cancel'
app/views/import/phabricator/new.html.haml
View file @
cec9440d
...
...
@@ -24,4 +24,4 @@
.col-md-4
=
password_field_tag
:api_token
,
params
[
:api_token
],
class:
'form-control gl-mr-3'
,
placeholder:
_
(
'Personal Access Token'
),
size:
40
.form-actions
=
submit_tag
_
(
'Import tasks'
),
class:
'
btn btn-success
'
=
submit_tag
_
(
'Import tasks'
),
class:
'
gl-button btn btn-confirm
'
changelogs/unreleased/btn-confirm-imports.yml
0 → 100644
View file @
cec9440d
---
title
:
Move to btn-confirm from btn-success in views/import directory
merge_request
:
55291
author
:
Yogi (@yo)
type
:
changed
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment