mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 15:32:26 +08:00
extracting one more hardcoded title
This commit is contained in:
parent
4bd4e4e1c7
commit
38ea6cff62
|
@ -1,6 +1,6 @@
|
|||
<div class="topic-list">
|
||||
<% @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 %>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -6,6 +6,7 @@ en:
|
|||
|
||||
title: "Discourse"
|
||||
topics: "Topics"
|
||||
posts: "posts"
|
||||
loading: "Loading"
|
||||
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