UX: Restore missing border at the end of topic list.

This commit is contained in:
Guo Xiang Tan 2017-10-06 08:27:03 +08:00
parent 5822c64bdc
commit 8b71a0e49f

View File

@ -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}}
{{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 session.showSignupCta}}
{{! replace "Log In to Reply" with the infobox }}