Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Tatuya Kamada
gitlab-ce
Commits
82483f95
Commit
82483f95
authored
Feb 24, 2015
by
Marin Jankovski
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce
parents
4aeb9165
b7dd0dec
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
21 additions
and
3 deletions
+21
-3
app/assets/images/gitorious-logo-black.png
app/assets/images/gitorious-logo-black.png
+0
-0
app/assets/images/gitorious-logo-blue.png
app/assets/images/gitorious-logo-blue.png
+0
-0
app/assets/stylesheets/sections/import.scss
app/assets/stylesheets/sections/import.scss
+18
-0
app/controllers/projects_controller.rb
app/controllers/projects_controller.rb
+1
-1
app/views/import/gitorious/status.html.haml
app/views/import/gitorious/status.html.haml
+1
-1
app/views/projects/new.html.haml
app/views/projects/new.html.haml
+1
-1
No files found.
app/assets/images/gitorious-logo-black.png
0 → 100644
View file @
82483f95
809 Bytes
app/assets/images/gitorious-logo-blue.png
0 → 100644
View file @
82483f95
495 Bytes
app/assets/stylesheets/sections/import.scss
0 → 100644
View file @
82483f95
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
;
}
app/controllers/projects_controller.rb
View file @
82483f95
...
...
@@ -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_namespace
s
_projects_path
else
redirect_to
projects_dashboard_path
end
...
...
app/views/import/gitorious/status.html.haml
View file @
82483f95
%h3
.page-title
%i
.
fa.fa-gitorious
%i
.
icon-gitorious.icon-gitorious-big
Import repositories from Gitorious.org
%p
.light
...
...
app/views/projects/new.html.haml
View file @
82483f95
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment