Commit 5b90e78a authored by Michael Kozono's avatar Michael Kozono

Merge branch 'fix-sidebar-spec-master' into 'master'

[CE backport] Fix no assignee text in sidebar_spec

See merge request gitlab-org/gitlab-ce!27444
parents b0c0f81d 2fcb53bf
......@@ -184,7 +184,7 @@ export default {
<i aria-hidden="true" data-hidden="true" class="fa fa-exclamation-triangle"></i>
</span>
<template v-if="hasNoUsers">
<span class="assign-yourself no-value">
<span class="assign-yourself no-value qa-assign-yourself">
None
<template v-if="editable">
- <button type="button" class="btn-link" @click="assignSelf">assign yourself</button>
......
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