summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/vue_shared/components/content_viewer/viewers/image_viewer.vue
diff options
context:
space:
mode:
authorTim Zallmann <tzallmann@gitlab.com>2018-06-13 09:47:37 +0200
committerTim Zallmann <tzallmann@gitlab.com>2018-06-13 09:47:37 +0200
commit0af830fc02076290749f49b8ad56b05c85b07591 (patch)
treebccb7ae439a91bca2fc4b9049fcdb40826b00be5 /app/assets/javascripts/vue_shared/components/content_viewer/viewers/image_viewer.vue
parentdc4d6f03ef835d6b69613def9c53a60d3d4c31e9 (diff)
downloadgitlab-ce-tz-diff-blob-image-viewer.tar.gz
Turned the mode of the onion viewer around, changed the size displaytz-diff-blob-image-viewer
Diffstat (limited to 'app/assets/javascripts/vue_shared/components/content_viewer/viewers/image_viewer.vue')
-rw-r--r--app/assets/javascripts/vue_shared/components/content_viewer/viewers/image_viewer.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/javascripts/vue_shared/components/content_viewer/viewers/image_viewer.vue b/app/assets/javascripts/vue_shared/components/content_viewer/viewers/image_viewer.vue
index e3cbf699f34..6851029018a 100644
--- a/app/assets/javascripts/vue_shared/components/content_viewer/viewers/image_viewer.vue
+++ b/app/assets/javascripts/vue_shared/components/content_viewer/viewers/image_viewer.vue
@@ -84,10 +84,10 @@ export default {
{{ fileSizeReadable }}
</template>
<template v-if="fileSize>0 && width && height">
- -
+ |
</template>
<template v-if="width && height">
- {{ width }} x {{ height }}
+ W: {{ width }} | H: {{ height }}
</template>
</p>
</div>