mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 23:06:57 +08:00
UX: We don't have bulk select on mobile, so we should hide the button
This commit is contained in:
parent
df0303c912
commit
3b7ac3f6eb
|
@ -58,11 +58,14 @@
|
|||
<section class='user-right messages'>
|
||||
|
||||
<div class="list-actions">
|
||||
|
||||
{{#unless site.mobileView}}
|
||||
{{#if showToggleBulkSelect}}
|
||||
<button {{action "toggleBulkSelect"}} class="btn btn-default bulk-select no-text" title="{{i18n "user.messages.bulk_select"}}">
|
||||
{{d-icon "list"}}
|
||||
</button>
|
||||
{{/if}}
|
||||
{{/unless}}
|
||||
|
||||
{{#if site.mobileView}}
|
||||
{{#if showNewPM}}
|
||||
|
|
Loading…
Reference in New Issue
Block a user