mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
UX: show destination topic status when moving post(s) to an existing topic
This commit is contained in:
parent
e69ffa86b3
commit
7ef754759e
@ -11,16 +11,17 @@
|
||||
{{#each topics as |t|}}
|
||||
<div class='controls existing-topic'>
|
||||
<label class='radio'>
|
||||
<input type='radio' id="choose-topic-{{unbound t.id}}" name='choose_topic_id' {{action "chooseTopic" t}}>
|
||||
<span class="topic-title">
|
||||
{{t.title}}
|
||||
</span>
|
||||
<span class="topic-categories">
|
||||
{{#if t.category.parentCategory}}
|
||||
{{bound-category-link t.category.parentCategory}}
|
||||
{{/if}}
|
||||
{{bound-category-link t.category}}
|
||||
</span>
|
||||
<input type='radio' id="choose-topic-{{unbound t.id}}" name='choose_topic_id' {{action "chooseTopic" t}}>
|
||||
{{raw "topic-status" topic=t}}
|
||||
<span class="topic-title">
|
||||
{{t.title}}
|
||||
</span>
|
||||
<span class="topic-categories">
|
||||
{{#if t.category.parentCategory}}
|
||||
{{bound-category-link t.category.parentCategory}}
|
||||
{{/if}}
|
||||
{{bound-category-link t.category}}
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
{{/each}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user