mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 02:40:53 -06:00
extracting one more hardcoded title
This commit is contained in:
parent
4bd4e4e1c7
commit
38ea6cff62
@ -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>
|
||||||
|
|
||||||
|
@ -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'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user