Commit 606b23dd authored by Alexis Reigel's avatar Alexis Reigel

sort status icon names by name

parent 8967fc04
...@@ -2,16 +2,16 @@ class FaviconUploader < AttachmentUploader ...@@ -2,16 +2,16 @@ class FaviconUploader < AttachmentUploader
include CarrierWave::MiniMagick include CarrierWave::MiniMagick
STATUS_ICON_NAMES = [ STATUS_ICON_NAMES = [
:status_not_found,
:status_canceled, :status_canceled,
:status_success,
:status_skipped,
:status_created, :status_created,
:status_failed, :status_failed,
:status_warning,
:status_pending,
:status_manual, :status_manual,
:status_running :status_not_found,
:status_pending,
:status_running,
:status_skipped,
:status_success,
:status_warning
].freeze ].freeze
version :default do version :default do
......
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