Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
gitlab-ce
Commits
123614fa
Commit
123614fa
authored
Mar 13, 2018
by
Phil Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
improved markup
parent
908c6772
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
24 deletions
+20
-24
app/assets/javascripts/vue_merge_request_widget/components/deployment.vue
...cripts/vue_merge_request_widget/components/deployment.vue
+20
-24
No files found.
app/assets/javascripts/vue_merge_request_widget/components/deployment.vue
View file @
123614fa
...
...
@@ -90,27 +90,24 @@ export default {
<span>
Deployed to
</span>
<span
class=
"deploy-link"
>
<a
:href=
"deployment.url"
target=
"_blank"
rel=
"noopener noreferrer nofollow"
class=
"
js-deploy-meta"
class=
"deploy-link
js-deploy-meta"
>
{{
deployment
.
name
}}
</a>
</span>
</
template
>
<
template
v-if=
"hasExternalUrls"
>
<span>
on
</span>
<span
class=
"deploy-link"
>
<a
:href=
"deployment.external_url"
target=
"_blank"
rel=
"noopener noreferrer nofollow"
class=
"
js-deploy-url"
class=
"deploy-link
js-deploy-url"
>
<i
class=
"fa fa-external-link"
...
...
@@ -119,7 +116,6 @@ export default {
</i>
{{
deployment
.
external_url_formatted
}}
</a>
</span>
</
template
>
<span
v-if=
"hasDeploymentTime"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment