mirror of
https://github.com/flarum/framework.git
synced 2025-01-25 01:40:46 +08:00
011ae3603e
Record when the discussion was renamed, from what, and by whom. Information is stored in the `content` field as a serialised JSON object because proper polymorphism will be too difficult with Ember Data and especially when extensions try to add new post types.
9 lines
227 B
Handlebars
9 lines
227 B
Handlebars
{{#if controls}}
|
|
{{ui/dropdown-button
|
|
items=renderControls
|
|
class="contextual-controls"
|
|
buttonClass="btn btn-default btn-icon btn-sm btn-naked"
|
|
buttonClick="renderControls"
|
|
menuClass="pull-right"}}
|
|
{{/if}}
|