Commit e7ace055 authored by George Tsiolis's avatar George Tsiolis

Remove dash on issue weight for unauthorized users

parent 6039a3ed
......@@ -182,15 +182,19 @@ export default {
</div>
<div v-if="shouldShowWeight" class="value hide-collapsed js-weight-weight-label">
<span v-if="!isNoValue">
<strong class="js-weight-weight-label-value">{{ weight }}</strong> &nbsp;-&nbsp;
<a
<strong class="js-weight-weight-label-value">{{ weight }}</strong>
<span
v-if="editable"
class="btn-default-hover-link js-weight-remove-link"
href="#"
@click="removeWeight"
>
{{ __('remove weight') }}
</a>
&nbsp;&dash;&nbsp;
<a
class="btn-default-hover-link js-weight-remove-link"
href="#"
@click="removeWeight"
>
{{ __('remove weight') }}
</a>
</span>
</span>
<span v-else class="no-value"> {{ noValueLabel }} </span>
</div>
......
---
title: Remove dash on issue weight for unauthorized users
merge_request: 8882
author: George Tsiolis
type: fixed
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