mirror of
https://github.com/discourse/discourse.git
synced 2025-01-25 03:37:47 +08:00
e9bc763440
FIX: tags page should link to user profile we are browsing
15 lines
660 B
Handlebars
15 lines
660 B
Handlebars
{{#load-more class="paginated-topics-list" selector=".paginated-topics-list .topic-list tr" action="loadMore"}}
|
|
{{basic-topic-list topicList=model
|
|
hideCategory=hideCategory
|
|
showParticipants=showParticipants
|
|
showPosters=showPosters
|
|
bulkSelectEnabled=bulkSelectEnabled
|
|
selected=selected
|
|
hasIncoming=hasIncoming
|
|
incomingCount=incomingCount
|
|
showInserted="showInserted"
|
|
tagsForUser=tagsForUser}}
|
|
|
|
{{conditional-loading-spinner condition=model.loadingMore}}
|
|
{{/load-more}}
|