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'
|
||||
end
|
||||
|
||||
def action_class
|
||||
'ci-play-icon'
|
||||
end
|
||||
|
||||
def action_path
|
||||
play_namespace_project_build_path(subject.project.namespace,
|
||||
subject.project,
|
||||
|
|
|
@ -42,9 +42,6 @@ module Gitlab
|
|||
raise NotImplementedError
|
||||
end
|
||||
|
||||
def action_class
|
||||
end
|
||||
|
||||
def action_path
|
||||
raise NotImplementedError
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue