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
Jérome Perrin
gitlab-ce
Commits
6d6127f6
Commit
6d6127f6
authored
Mar 03, 2017
by
Shinya Maeda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change favicon name
parent
ba27f1b9
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
9 additions
and
983 deletions
+9
-983
lib/gitlab/ci/status/build/failed_allowed.rb
lib/gitlab/ci/status/build/failed_allowed.rb
+1
-1
lib/gitlab/ci/status/canceled.rb
lib/gitlab/ci/status/canceled.rb
+1
-1
lib/gitlab/ci/status/created.rb
lib/gitlab/ci/status/created.rb
+1
-1
lib/gitlab/ci/status/failed.rb
lib/gitlab/ci/status/failed.rb
+1
-1
lib/gitlab/ci/status/pending.rb
lib/gitlab/ci/status/pending.rb
+1
-1
lib/gitlab/ci/status/running.rb
lib/gitlab/ci/status/running.rb
+1
-1
lib/gitlab/ci/status/skipped.rb
lib/gitlab/ci/status/skipped.rb
+1
-1
lib/gitlab/ci/status/success.rb
lib/gitlab/ci/status/success.rb
+1
-1
lib/gitlab/ci/status/success_warning.rb
lib/gitlab/ci/status/success_warning.rb
+1
-1
routes.txt
routes.txt
+0
-974
No files found.
lib/gitlab/ci/status/build/failed_allowed.rb
View file @
6d6127f6
...
...
@@ -14,7 +14,7 @@ module Gitlab
end
def
favicon
'
build
_status_warning'
'
favicon
_status_warning'
end
def
group
...
...
lib/gitlab/ci/status/canceled.rb
View file @
6d6127f6
...
...
@@ -15,7 +15,7 @@ module Gitlab
end
def
favicon
'
build
_status_canceled'
'
favicon
_status_canceled'
end
end
end
...
...
lib/gitlab/ci/status/created.rb
View file @
6d6127f6
...
...
@@ -15,7 +15,7 @@ module Gitlab
end
def
favicon
'
build
_status_created'
'
favicon
_status_created'
end
end
end
...
...
lib/gitlab/ci/status/failed.rb
View file @
6d6127f6
...
...
@@ -15,7 +15,7 @@ module Gitlab
end
def
favicon
'
build
_status_failed'
'
favicon
_status_failed'
end
end
end
...
...
lib/gitlab/ci/status/pending.rb
View file @
6d6127f6
...
...
@@ -15,7 +15,7 @@ module Gitlab
end
def
favicon
'
build
_status_pending'
'
favicon
_status_pending'
end
end
end
...
...
lib/gitlab/ci/status/running.rb
View file @
6d6127f6
...
...
@@ -15,7 +15,7 @@ module Gitlab
end
def
favicon
'
build
_status_running'
'
favicon
_status_running'
end
end
end
...
...
lib/gitlab/ci/status/skipped.rb
View file @
6d6127f6
...
...
@@ -15,7 +15,7 @@ module Gitlab
end
def
favicon
'
build
_status_skipped'
'
favicon
_status_skipped'
end
end
end
...
...
lib/gitlab/ci/status/success.rb
View file @
6d6127f6
...
...
@@ -15,7 +15,7 @@ module Gitlab
end
def
favicon
'
build
_status_success'
'
favicon
_status_success'
end
end
end
...
...
lib/gitlab/ci/status/success_warning.rb
View file @
6d6127f6
...
...
@@ -21,7 +21,7 @@ module Gitlab
end
def
favicon
'
build
_status_warning'
'
favicon
_status_warning'
end
def
group
...
...
routes.txt
deleted
100644 → 0
View file @
ba27f1b9
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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