Commit 8a4ec849 authored by Matija Čupić's avatar Matija Čupić

Add action_button_title Core status method

parent 3447d71e
......@@ -61,6 +61,10 @@ module Gitlab
def action_title
raise NotImplementedError
end
def action_button_title
raise NotImplementedError
end
end
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