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
0
Merge Requests
0
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
Léo-Paul Géneau
gitlab-ce
Commits
80403495
Commit
80403495
authored
Jun 04, 2018
by
Jose
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix gitea import page
parent
fe0ebf76
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
app/views/import/gitea/new.html.haml
app/views/import/gitea/new.html.haml
+2
-2
No files found.
app/views/import/gitea/new.html.haml
View file @
80403495
...
...
@@ -12,11 +12,11 @@
=
form_tag
personal_access_token_import_gitea_path
do
.form-group.row
=
label_tag
:gitea_host_url
,
'Gitea Host URL'
,
class:
'col-form-label col-sm-
8
'
=
label_tag
:gitea_host_url
,
'Gitea Host URL'
,
class:
'col-form-label col-sm-
2
'
.col-sm-4
=
text_field_tag
:gitea_host_url
,
nil
,
placeholder:
'https://try.gitea.io'
,
class:
'form-control'
.form-group.row
=
label_tag
:personal_access_token
,
'Personal Access Token'
,
class:
'col-form-label col-sm-
8
'
=
label_tag
:personal_access_token
,
'Personal Access Token'
,
class:
'col-form-label col-sm-
2
'
.col-sm-4
=
text_field_tag
:personal_access_token
,
nil
,
class:
'form-control'
.form-actions
...
...
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