mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Add wrapper divs with classes to the topic footer button area
This commit is contained in:
parent
d1576298ef
commit
2589b17cb7
@ -2,6 +2,7 @@ import MountWidget from 'discourse/components/mount-widget';
|
||||
import { observes } from 'ember-addons/ember-computed-decorators';
|
||||
|
||||
export default MountWidget.extend({
|
||||
classNames: ['topic-notifications-container'],
|
||||
widget: 'topic-notifications-button',
|
||||
|
||||
buildArgs() {
|
||||
|
@ -1,3 +1,4 @@
|
||||
<div class='topic-footer-main-buttons'>
|
||||
{{#if showAdminButton}}
|
||||
{{topic-admin-menu-button
|
||||
topic=topic
|
||||
@ -74,7 +75,10 @@
|
||||
connectorTagName="span"}}
|
||||
|
||||
{{pinned-button topic=topic}}
|
||||
</div>
|
||||
|
||||
{{topic-notifications-button topic=topic}}
|
||||
|
||||
{{plugin-outlet name="after-topic-footer-buttons"
|
||||
args=(hash topic=topic)
|
||||
connectorTagName="span"}}
|
||||
|
Loading…
Reference in New Issue
Block a user