diff --git a/app/views/list/list.erb b/app/views/list/list.erb index f4cf448191a..9170864bf65 100644 --- a/app/views/list/list.erb +++ b/app/views/list/list.erb @@ -1,6 +1,6 @@
<% @list.topics.each do |t| %> -<%= t.title %> (<%= t.posts_count %>)
+<%= t.title %> '>(<%= t.posts_count %>)
<% end %>
diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index c0befed9041..c94096fa81f 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -6,6 +6,7 @@ en: title: "Discourse" topics: "Topics" + posts: "posts" loading: "Loading" powered_by_html: 'Powered by Discourse, best viewed with JavaScript enabled'