Commit 7db05c4d authored by Filipa Lacerda's avatar Filipa Lacerda

Removed unused method

parent 819ae974
...@@ -33,10 +33,6 @@ module Gitlab ...@@ -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 ...@@ -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
......
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