Commit ef933a4a authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Improve import page

parent ee28ee5f
......@@ -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
......
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