Commit 58b873dc authored by Diego Louzán's avatar Diego Louzán Committed by Natalia Tepluhina

Enable toggle all button when logged out

parent 57e8d892
...@@ -98,7 +98,7 @@ export default { ...@@ -98,7 +98,7 @@ export default {
<icon name="comment-next" /> <icon name="comment-next" />
</button> </button>
</div> </div>
<div v-if="isLoggedIn" class="btn-group btn-group-sm" role="group"> <div class="btn-group btn-group-sm" role="group">
<button <button
v-gl-tooltip v-gl-tooltip
:title="__('Toggle all threads')" :title="__('Toggle all threads')"
......
---
title: Enable toggle all discussions button for logged out users
merge_request: 28809
author: Diego Louzán
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