UX: In mobile view show button only under topic controls. (#35)
This commit is contained in:
parent
e4be0f02b7
commit
22129d191f
|
@ -1,3 +1,4 @@
|
|||
{{#unless site.mobileView}}
|
||||
{{#if topic.assigned_to_user.username}}
|
||||
{{d-button class="btn-default assign"
|
||||
icon="user-times"
|
||||
|
@ -11,3 +12,4 @@
|
|||
label="discourse_assign.assign.title"
|
||||
title="discourse_assign.assign.help"}}
|
||||
{{/if}}
|
||||
{{/unless}}
|
||||
|
|
Loading…
Reference in New Issue