From 0f9dacf4316072ed11e9bd6f328585c469b1ad9c Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Thu, 5 Jul 2018 17:30:47 +0300 Subject: Fix icon for manifest import and mention manifest feature in API Signed-off-by: Dmitriy Zaporozhets --- app/views/projects/_import_project_pane.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/projects/_import_project_pane.html.haml') diff --git a/app/views/projects/_import_project_pane.html.haml b/app/views/projects/_import_project_pane.html.haml index 8472714b8a5..7f4520fa50f 100644 --- a/app/views/projects/_import_project_pane.html.haml +++ b/app/views/projects/_import_project_pane.html.haml @@ -45,7 +45,7 @@ %div - if manifest_import_enabled? %button.btn{ type: "button" } - = icon('file', text: 'Manifest file') + = icon('file-text-o', text: 'Manifest file') .js-toggle-content.toggle-import-form{ class: ('hide' if active_tab != 'import') } = form_for @project, html: { class: 'new_project' } do |f| -- cgit v1.2.3