Commit 40e25ea8 authored by Filipa Lacerda's avatar Filipa Lacerda

Adds external url partial for vue component

parent b20fd5c7
......@@ -48,7 +48,7 @@
%td.hidden-xs
.pull-right{ "v-if" => "!isFolder"}
actions will go here
=render "projects/environments/components/external_url"
%tr{"v-if" => "open && isFolder",
"is" => "environment-item",
......
%a.btn.external-url{ "v-if" => "!isFolder && model.external_url",
":target" => "_blank",
":href" => "model.external_url"}
= icon("external-link")
\ No newline at end of file
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