Commit 6e8fc47b authored by sfang97's avatar sfang97

Run prettier on badge form vue

parent bb4dcec6
...@@ -213,14 +213,15 @@ export default { ...@@ -213,14 +213,15 @@ export default {
<p v-show="isRendering"> <p v-show="isRendering">
<gl-loading-icon :inline="true" /> <gl-loading-icon :inline="true" />
</p> </p>
<p <p v-show="!renderedBadge && !isRendering" class="disabled-content">
v-show="!renderedBadge && !isRendering" {{ s__('Badges|No image to preview') }}
class="disabled-content" </p>
>{{ s__('Badges|No image to preview') }}</p>
</div> </div>
<div v-if="isEditing" class="row-content-block gl-display-flex gl-justify-content-end"> <div v-if="isEditing" class="row-content-block gl-display-flex gl-justify-content-end">
<button class="btn btn-cancel gl-mr-4" type="button" @click="onCancel">{{ __('Cancel') }}</button> <button class="btn btn-cancel gl-mr-4" type="button" @click="onCancel">
{{ __('Cancel') }}
</button>
<loading-button <loading-button
:loading="isSaving" :loading="isSaving"
:label="s__('Badges|Save changes')" :label="s__('Badges|Save changes')"
......
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