extracting some more hardcoded strings

This commit is contained in:
Kuba Brecka
2013-03-01 17:04:13 +01:00
parent 27ba923fd4
commit 9993e0e665
3 changed files with 10 additions and 6 deletions

View File

@@ -5,7 +5,7 @@
</div>
<% if @list.topics.length > 0 %>
<p><a href="<%= @list.more_topics_url.sub('.json?','?') %>">next page &rarr;</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>