mirror of
https://github.com/discourse/discourse.git
synced 2025-07-12 18:32:40 +08:00
UX: Restore missing border at the end of topic list.
This commit is contained in:
@ -206,14 +206,12 @@
|
||||
duration=model.private_topic_timer.duration}}
|
||||
{{/if}}
|
||||
|
||||
{{#if model.topic_timer.execute_at}}
|
||||
{{topic-timer-info
|
||||
statusType=model.topic_timer.status_type
|
||||
executeAt=model.topic_timer.execute_at
|
||||
basedOnLastPost=model.topic_timer.based_on_last_post
|
||||
duration=model.topic_timer.duration
|
||||
categoryId=model.topic_timer.category_id}}
|
||||
{{/if}}
|
||||
|
||||
{{#if session.showSignupCta}}
|
||||
{{! replace "Log In to Reply" with the infobox }}
|
||||
|
Reference in New Issue
Block a user