Commit ef933a4a authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Improve import page

parent ee28ee5f
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
.col-sm-10 .col-sm-10
= link_to "#", class: 'js-toggle-button' do = link_to "#", class: 'js-toggle-button' do
%i.fa.fa-upload %i.fa.fa-upload
%span Import existing repository? %span Import existing repository by URL
.js-toggle-content.hide .js-toggle-content.hide
.form-group.import-url-data .form-group.import-url-data
= f.label :import_url, class: 'control-label' do = f.label :import_url, class: 'control-label' do
...@@ -44,8 +44,9 @@ ...@@ -44,8 +44,9 @@
.project-import.form-group .project-import.form-group
.col-sm-2 .col-sm-2
.col-sm-10 .col-sm-10
%i.fa.fa-bars = link_to status_github_import_path do
= link_to "Import projects from github", status_github_import_path %i.fa.fa-github
Import projects from GitHub
%hr.prepend-botton-10 %hr.prepend-botton-10
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment