Skip to content
Snippets Groups Projects
Commit 5c723d85 authored by Shinya Maeda's avatar Shinya Maeda
Browse files

Add external_url_formatted

parent d6e62bff
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -25,7 +25,11 @@ module Gitlab
end
 
def external_url
subject.environment.external_url
environment.external_url
end
def external_url_formatted
environment.formatted_external_url
end
 
def stop_url
Loading
Loading
@@ -64,6 +68,10 @@ module Gitlab
def deployable
subject.deployable
end
def has_deployment?
true
end
end
end
end
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment