Commit 90fa4e7e authored by Grzegorz Bizon's avatar Grzegorz Bizon

Move part of pipeline presenter to main CE file

parent 29f59bdf
module Ci
class PipelinePresenter < Gitlab::View::Presenter::Delegated
presents :pipeline
FAILURE_REASONS = {}
def failure_reason
return unless pipeline.failure_reason?
FAILURE_REASONS[pipeline.failure_reason.to_sym] ||
pipeline.failure_reason
end
def status_title
if auto_canceled?
......
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