mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-14 00:50:14 -04:00
Move the new composer-fields
outlet into the proper div
This commit is contained in:
parent
8ee0f4d1e7
commit
97b4dec96c
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue