Reuse existing constant
This commit is contained in:
@@ -11,6 +11,6 @@ module WorkflowsHelper
|
||||
end
|
||||
|
||||
def stage_color(stage)
|
||||
stage.color.presence || "#2c6da8"
|
||||
stage.color.presence || Colorable::DEFAULT_COLOR
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user