Commit 6d6127f6 authored by Shinya Maeda's avatar Shinya Maeda

change favicon name

parent ba27f1b9
...@@ -14,7 +14,7 @@ module Gitlab ...@@ -14,7 +14,7 @@ module Gitlab
end end
def favicon def favicon
'build_status_warning' 'favicon_status_warning'
end end
def group def group
......
...@@ -15,7 +15,7 @@ module Gitlab ...@@ -15,7 +15,7 @@ module Gitlab
end end
def favicon def favicon
'build_status_canceled' 'favicon_status_canceled'
end end
end end
end end
......
...@@ -15,7 +15,7 @@ module Gitlab ...@@ -15,7 +15,7 @@ module Gitlab
end end
def favicon def favicon
'build_status_created' 'favicon_status_created'
end end
end end
end end
......
...@@ -15,7 +15,7 @@ module Gitlab ...@@ -15,7 +15,7 @@ module Gitlab
end end
def favicon def favicon
'build_status_failed' 'favicon_status_failed'
end end
end end
end end
......
...@@ -15,7 +15,7 @@ module Gitlab ...@@ -15,7 +15,7 @@ module Gitlab
end end
def favicon def favicon
'build_status_pending' 'favicon_status_pending'
end end
end end
end end
......
...@@ -15,7 +15,7 @@ module Gitlab ...@@ -15,7 +15,7 @@ module Gitlab
end end
def favicon def favicon
'build_status_running' 'favicon_status_running'
end end
end end
end end
......
...@@ -15,7 +15,7 @@ module Gitlab ...@@ -15,7 +15,7 @@ module Gitlab
end end
def favicon def favicon
'build_status_skipped' 'favicon_status_skipped'
end end
end end
end end
......
...@@ -15,7 +15,7 @@ module Gitlab ...@@ -15,7 +15,7 @@ module Gitlab
end end
def favicon def favicon
'build_status_success' 'favicon_status_success'
end end
end end
end end
......
...@@ -21,7 +21,7 @@ module Gitlab ...@@ -21,7 +21,7 @@ module Gitlab
end end
def favicon def favicon
'build_status_warning' 'favicon_status_warning'
end end
def group def group
......
This source diff could not be displayed because it is too large. You can view the blob instead.
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