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

change favicon name

parent ba27f1b9
......@@ -14,7 +14,7 @@ module Gitlab
end
def favicon
'build_status_warning'
'favicon_status_warning'
end
def group
......
......@@ -15,7 +15,7 @@ module Gitlab
end
def favicon
'build_status_canceled'
'favicon_status_canceled'
end
end
end
......
......@@ -15,7 +15,7 @@ module Gitlab
end
def favicon
'build_status_created'
'favicon_status_created'
end
end
end
......
......@@ -15,7 +15,7 @@ module Gitlab
end
def favicon
'build_status_failed'
'favicon_status_failed'
end
end
end
......
......@@ -15,7 +15,7 @@ module Gitlab
end
def favicon
'build_status_pending'
'favicon_status_pending'
end
end
end
......
......@@ -15,7 +15,7 @@ module Gitlab
end
def favicon
'build_status_running'
'favicon_status_running'
end
end
end
......
......@@ -15,7 +15,7 @@ module Gitlab
end
def favicon
'build_status_skipped'
'favicon_status_skipped'
end
end
end
......
......@@ -15,7 +15,7 @@ module Gitlab
end
def favicon
'build_status_success'
'favicon_status_success'
end
end
end
......
......@@ -21,7 +21,7 @@ module Gitlab
end
def favicon
'build_status_warning'
'favicon_status_warning'
end
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