Fix template indentation
This commit is contained in:
parent
8fca0f61e8
commit
b4148a8858
|
@ -17,18 +17,19 @@
|
||||||
<tbody>
|
<tbody>
|
||||||
{{#each filteredTopics as |topic|}}
|
{{#each filteredTopics as |topic|}}
|
||||||
{{assigned-topic-list-item topic=topic
|
{{assigned-topic-list-item topic=topic
|
||||||
showTopicPostBadges=showTopicPostBadges
|
showTopicPostBadges=showTopicPostBadges
|
||||||
hideCategory=hideCategory
|
hideCategory=hideCategory
|
||||||
showPosters=showPosters
|
showPosters=showPosters
|
||||||
showLikes=showLikes
|
showLikes=showLikes
|
||||||
showOpLikes=showOpLikes
|
showOpLikes=showOpLikes
|
||||||
expandGloballyPinned=expandGloballyPinned
|
expandGloballyPinned=expandGloballyPinned
|
||||||
expandAllPinned=expandAllPinned
|
expandAllPinned=expandAllPinned
|
||||||
lastVisitedTopic=lastVisitedTopic
|
lastVisitedTopic=lastVisitedTopic
|
||||||
selected=selected
|
selected=selected
|
||||||
tagsForUser=tagsForUser
|
tagsForUser=tagsForUser
|
||||||
unassign=unassign
|
unassign=unassign
|
||||||
reassign=reassign}}
|
reassign=reassign}}
|
||||||
|
|
||||||
{{raw "list/visited-line" lastVisitedTopic=lastVisitedTopic topic=topic}}
|
{{raw "list/visited-line" lastVisitedTopic=lastVisitedTopic topic=topic}}
|
||||||
{{/each}}
|
{{/each}}
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
|
@ -11,14 +11,14 @@
|
||||||
|
|
||||||
{{#if topics}}
|
{{#if topics}}
|
||||||
{{assigned-topic-list showPosters=showPosters
|
{{assigned-topic-list showPosters=showPosters
|
||||||
hideCategory=hideCategory
|
hideCategory=hideCategory
|
||||||
topics=topics
|
topics=topics
|
||||||
expandExcerpts=expandExcerpts
|
expandExcerpts=expandExcerpts
|
||||||
selected=selected
|
selected=selected
|
||||||
skipHeader=skipHeader
|
skipHeader=skipHeader
|
||||||
tagsForUser=tagsForUser
|
tagsForUser=tagsForUser
|
||||||
unassign=unassign
|
unassign=unassign
|
||||||
reassign=reassign}}
|
reassign=reassign}}
|
||||||
{{else}}
|
{{else}}
|
||||||
{{#unless loadingMore}}
|
{{#unless loadingMore}}
|
||||||
<div class='alert alert-info'>
|
<div class='alert alert-info'>
|
||||||
|
|
|
@ -12,13 +12,13 @@
|
||||||
<tbody>
|
<tbody>
|
||||||
{{#each topics as |t|}}
|
{{#each topics as |t|}}
|
||||||
{{assigned-topic-list-item topic=t
|
{{assigned-topic-list-item topic=t
|
||||||
expandGloballyPinned=expandGloballyPinned
|
expandGloballyPinned=expandGloballyPinned
|
||||||
expandAllPinned=expandAllPinned
|
expandAllPinned=expandAllPinned
|
||||||
lastVisitedTopic=lastVisitedTopic
|
lastVisitedTopic=lastVisitedTopic
|
||||||
selected=selected
|
selected=selected
|
||||||
tagsForUser=tagsForUser
|
tagsForUser=tagsForUser
|
||||||
unassign=unassign
|
unassign=unassign
|
||||||
reassign=reassign}}
|
reassign=reassign}}
|
||||||
{{/each}}
|
{{/each}}
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
|
@ -1,15 +1,15 @@
|
||||||
{{#load-more class="paginated-topics-list" selector=".paginated-topics-list .topic-list tr" action=(action "loadMore")}}
|
{{#load-more class="paginated-topics-list" selector=".paginated-topics-list .topic-list tr" action=(action "loadMore")}}
|
||||||
{{basic-assigned-topic-list topicList=model
|
{{basic-assigned-topic-list topicList=model
|
||||||
hideCategory=hideCategory
|
hideCategory=hideCategory
|
||||||
showPosters=showPosters
|
showPosters=showPosters
|
||||||
bulkSelectEnabled=bulkSelectEnabled
|
bulkSelectEnabled=bulkSelectEnabled
|
||||||
selected=selected
|
selected=selected
|
||||||
hasIncoming=hasIncoming
|
hasIncoming=hasIncoming
|
||||||
incomingCount=incomingCount
|
incomingCount=incomingCount
|
||||||
showInserted=(action "showInserted")
|
showInserted=(action "showInserted")
|
||||||
tagsForUser=tagsForUser
|
tagsForUser=tagsForUser
|
||||||
unassign=(action 'unassign')
|
unassign=(action 'unassign')
|
||||||
reassign=(action 'reassign')}}
|
reassign=(action 'reassign')}}
|
||||||
|
|
||||||
{{conditional-loading-spinner condition=model.loadingMore}}
|
{{conditional-loading-spinner condition=model.loadingMore}}
|
||||||
{{/load-more}}
|
{{/load-more}}
|
||||||
|
|
Loading…
Reference in New Issue