mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Move the new composer-fields
outlet into the proper div
This commit is contained in:
parent
8ee0f4d1e7
commit
97b4dec96c
@ -65,7 +65,6 @@ so I'm going to stop rendering it until we figure out what's up
|
||||
{{category-chooser valueAttribute="id" value=model.categoryId scopedCategoryId=scopedCategoryId tabindex="3"}}
|
||||
{{popupInputTip validation=view.categoryValidation shownAt=view.showCategoryTip}}
|
||||
</div>
|
||||
{{plugin-outlet "composer-fields"}}
|
||||
{{#if model.archetype.hasOptions}}
|
||||
<button class='btn' {{action "showOptions"}}>{{i18n 'topic.options'}}</button>
|
||||
{{/if}}
|
||||
@ -73,6 +72,7 @@ so I'm going to stop rendering it until we figure out what's up
|
||||
{{/unless}}
|
||||
</div>
|
||||
{{/if}}
|
||||
{{plugin-outlet "composer-fields"}}
|
||||
</div>
|
||||
|
||||
<div class='wmd-controls'>
|
||||
|
Loading…
Reference in New Issue
Block a user