mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-17 08:36:06 +10:00
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 809 B |
Binary file not shown.
|
After Width: | Height: | Size: 495 B |
+18
@@ -0,0 +1,18 @@
|
||||
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
|
||||
flash[:alert] = 'Project deleted.'
|
||||
|
||||
if request.referer.include?('/admin')
|
||||
redirect_to admin_namespace_projects_path
|
||||
redirect_to admin_namespaces_projects_path
|
||||
else
|
||||
redirect_to projects_dashboard_path
|
||||
end
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
%h3.page-title
|
||||
%i.fa.fa-gitorious
|
||||
%i.icon-gitorious.icon-gitorious-big
|
||||
Import repositories from Gitorious.org
|
||||
|
||||
%p.light
|
||||
|
||||
@@ -71,7 +71,7 @@
|
||||
.col-sm-2
|
||||
.col-sm-10
|
||||
= link_to new_import_gitorious_path do
|
||||
%i.fa.fa-heart
|
||||
%i.icon-gitorious.icon-gitorious-small
|
||||
Import projects from Gitorious.org
|
||||
|
||||
%hr.prepend-botton-10
|
||||
|
||||
Reference in New Issue
Block a user