mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
extracting some more hardcoded strings
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
</div>
|
||||
|
||||
<% if @list.topics.length > 0 %>
|
||||
<p><a href="<%= @list.more_topics_url.sub('.json?','?') %>">next page →</a></p>
|
||||
<p><a href="<%= @list.more_topics_url.sub('.json?','?') %>"><%= t 'next_page'%></a></p>
|
||||
<% end %>
|
||||
|
||||
<p>Powered by <a href="http://www.discourse.org">Discourse</a>, best viewed with JavaScript enabled</p>
|
||||
<p><%= t 'powered_by' %></p>
|
||||
Reference in New Issue
Block a user