Merge pull request #734 from kubabrecka/extract_title1

extracting one more hardcoded title
This commit is contained in:
Neil Lalonde 2013-04-18 09:29:30 -07:00
commit c07942763a
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<div class="topic-list"> <div class="topic-list">
<% @list.topics.each do |t| %> <% @list.topics.each do |t| %>
<a href="<%= t.relative_url %>"><%= t.title %></a> <span title='posts'>(<%= t.posts_count %>)</span><br/> <a href="<%= t.relative_url %>"><%= t.title %></a> <span title='<%= t 'posts' %>'>(<%= t.posts_count %>)</span><br/>
<% end %> <% end %>
</div> </div>

View File

@ -6,6 +6,7 @@ en:
title: "Discourse" title: "Discourse"
topics: "Topics" topics: "Topics"
posts: "posts"
loading: "Loading" loading: "Loading"
powered_by_html: 'Powered by <a href="http://www.discourse.org">Discourse</a>, best viewed with JavaScript enabled' powered_by_html: 'Powered by <a href="http://www.discourse.org">Discourse</a>, best viewed with JavaScript enabled'