From 91db466196f3c03dc18934c33a663e5fb55cbc4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Hanol?= Date: Tue, 24 Dec 2013 14:53:20 +0100 Subject: [PATCH] add footer on Top page --- app/assets/javascripts/discourse/templates/top.js.handlebars | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/assets/javascripts/discourse/templates/top.js.handlebars b/app/assets/javascripts/discourse/templates/top.js.handlebars index 8bea38b4e1d..311c06ede30 100644 --- a/app/assets/javascripts/discourse/templates/top.js.handlebars +++ b/app/assets/javascripts/discourse/templates/top.js.handlebars @@ -6,4 +6,6 @@ {{basic-topic-list topicList=content.weekly}}

{{i18n filters.top.today}}

{{basic-topic-list topicList=content.daily}} -

{{#link-to "list.categories"}}{{i18n topic.browse_all_categories}}{{/link-to}} {{i18n or}} {{#link-to 'list.latest'}}{{i18n topic.view_latest_topics}}{{/link-to}}

+