Removed unused method
This commit is contained in:
parent
819ae974d7
commit
7db05c4da1
2 changed files with 0 additions and 7 deletions
|
@ -33,10 +33,6 @@ module Gitlab
|
||||||
'Play'
|
'Play'
|
||||||
end
|
end
|
||||||
|
|
||||||
def action_class
|
|
||||||
'ci-play-icon'
|
|
||||||
end
|
|
||||||
|
|
||||||
def action_path
|
def action_path
|
||||||
play_namespace_project_build_path(subject.project.namespace,
|
play_namespace_project_build_path(subject.project.namespace,
|
||||||
subject.project,
|
subject.project,
|
||||||
|
|
|
@ -42,9 +42,6 @@ module Gitlab
|
||||||
raise NotImplementedError
|
raise NotImplementedError
|
||||||
end
|
end
|
||||||
|
|
||||||
def action_class
|
|
||||||
end
|
|
||||||
|
|
||||||
def action_path
|
def action_path
|
||||||
raise NotImplementedError
|
raise NotImplementedError
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue