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 { ...@@ -182,15 +182,13 @@ export default {
</div> </div>
<div v-if="shouldShowWeight" class="value hide-collapsed js-weight-weight-label"> <div v-if="shouldShowWeight" class="value hide-collapsed js-weight-weight-label">
<span v-if="!isNoValue"> <span v-if="!isNoValue">
<strong class="js-weight-weight-label-value">{{ weight }}</strong> &nbsp;-&nbsp; <strong class="js-weight-weight-label-value">{{ weight }}</strong>
<a <span v-if="editable">
v-if="editable" -
class="btn-default-hover-link js-weight-remove-link" <a class="btn-default-hover-link js-weight-remove-link" href="#" @click="removeWeight">
href="#" {{ __('remove weight') }}
@click="removeWeight" </a>
> </span>
{{ __('remove weight') }}
</a>
</span> </span>
<span v-else class="no-value"> {{ noValueLabel }} </span> <span v-else class="no-value"> {{ noValueLabel }} </span>
</div> </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