Commit 123614fa authored by Phil Hughes's avatar Phil Hughes

improved markup

parent 908c6772
...@@ -90,36 +90,32 @@ export default { ...@@ -90,36 +90,32 @@ export default {
<span> <span>
Deployed to Deployed to
</span> </span>
<span class="deploy-link"> <a
<a :href="deployment.url"
:href="deployment.url" target="_blank"
target="_blank" rel="noopener noreferrer nofollow"
rel="noopener noreferrer nofollow" class="deploy-link js-deploy-meta"
class="js-deploy-meta" >
> {{ deployment.name }}
{{ deployment.name }} </a>
</a>
</span>
</template> </template>
<template v-if="hasExternalUrls"> <template v-if="hasExternalUrls">
<span> <span>
on on
</span> </span>
<span class="deploy-link"> <a
<a :href="deployment.external_url"
:href="deployment.external_url" target="_blank"
target="_blank" rel="noopener noreferrer nofollow"
rel="noopener noreferrer nofollow" class="deploy-link js-deploy-url"
class="js-deploy-url" >
<i
class="fa fa-external-link"
aria-hidden="true"
> >
<i </i>
class="fa fa-external-link" {{ deployment.external_url_formatted }}
aria-hidden="true" </a>
>
</i>
{{ deployment.external_url_formatted }}
</a>
</span>
</template> </template>
<span <span
v-if="hasDeploymentTime" v-if="hasDeploymentTime"
......
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