Commit 1b224fa0 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch 'gt-remote-dash-on-weight-for-unauthorized-users' into 'master'

Remove dash on issue weight for unauthorized users

Closes #8888

See merge request gitlab-org/gitlab-ee!8882
parents 28da80e8 f38e6dd5
......@@ -182,15 +182,13 @@ 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
v-if="editable"
class="btn-default-hover-link js-weight-remove-link"
href="#"
@click="removeWeight"
>
{{ __('remove weight') }}
</a>
<strong class="js-weight-weight-label-value">{{ weight }}</strong>
<span v-if="editable">
-
<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