Commit 82483f95 authored by Marin Jankovski's avatar Marin Jankovski

Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce

parents 4aeb9165 b7dd0dec
i.icon-gitorious {
display: inline-block;
background-position: 0px 0px;
background-size: contain;
background-repeat: no-repeat;
}
i.icon-gitorious-small {
background-image: image-url('gitorious-logo-blue.png');
width: 13px;
height: 13px;
}
i.icon-gitorious-big {
background-image: image-url('gitorious-logo-black.png');
width: 18px;
height: 18px;
}
...@@ -102,7 +102,7 @@ class ProjectsController < ApplicationController ...@@ -102,7 +102,7 @@ class ProjectsController < ApplicationController
flash[:alert] = 'Project deleted.' flash[:alert] = 'Project deleted.'
if request.referer.include?('/admin') if request.referer.include?('/admin')
redirect_to admin_namespace_projects_path redirect_to admin_namespaces_projects_path
else else
redirect_to projects_dashboard_path redirect_to projects_dashboard_path
end end
......
%h3.page-title %h3.page-title
%i.fa.fa-gitorious %i.icon-gitorious.icon-gitorious-big
Import repositories from Gitorious.org Import repositories from Gitorious.org
%p.light %p.light
......
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
.col-sm-2 .col-sm-2
.col-sm-10 .col-sm-10
= link_to new_import_gitorious_path do = link_to new_import_gitorious_path do
%i.fa.fa-heart %i.icon-gitorious.icon-gitorious-small
Import projects from Gitorious.org Import projects from Gitorious.org
%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