Improve import page
This commit is contained in:
parent
ee28ee5f13
commit
ef933a4a96
1 changed files with 5 additions and 4 deletions
|
@ -27,7 +27,7 @@
|
|||
.col-sm-10
|
||||
= link_to "#", class: 'js-toggle-button' do
|
||||
%i.fa.fa-upload
|
||||
%span Import existing repository?
|
||||
%span Import existing repository by URL
|
||||
.js-toggle-content.hide
|
||||
.form-group.import-url-data
|
||||
= f.label :import_url, class: 'control-label' do
|
||||
|
@ -44,8 +44,9 @@
|
|||
.project-import.form-group
|
||||
.col-sm-2
|
||||
.col-sm-10
|
||||
%i.fa.fa-bars
|
||||
= link_to "Import projects from github", status_github_import_path
|
||||
= link_to status_github_import_path do
|
||||
%i.fa.fa-github
|
||||
Import projects from GitHub
|
||||
|
||||
%hr.prepend-botton-10
|
||||
|
||||
|
|
Loading…
Reference in a new issue