Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti R <matti@mdranta.net>2019-04-24 12:21:28 +0300
committerPhil Hughes <me@iamphill.com>2019-04-24 12:21:28 +0300
commit87e19af2cd13f9a8c7a98f34e9f6c95535df727f (patch)
treecf1d8ba1aac063db7a43be7aae0d55d3ef062bab /app/views/projects
parent714f7209fbe9af1e2ddc0b1f55a8ff5e7867c925 (diff)
Use Gitea logo for importer
Diffstat (limited to 'app/views/projects')
-rw-r--r--app/views/projects/_import_project_pane.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/_import_project_pane.html.haml b/app/views/projects/_import_project_pane.html.haml
index 2b425f18389..9c854369c93 100644
--- a/app/views/projects/_import_project_pane.html.haml
+++ b/app/views/projects/_import_project_pane.html.haml
@@ -50,7 +50,7 @@
- if gitea_import_enabled?
%div
= link_to new_import_gitea_path, class: 'btn import_gitea', data: { track_label: "#{track_label}", track_event: "click_button", track_property: "gitea" } do
- = custom_icon('go_logo')
+ = custom_icon('gitea_logo')
Gitea
- if git_import_enabled?