mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 05:43:45 +08:00
11 lines
412 B
Plaintext
11 lines
412 B
Plaintext
<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/>
|
|
<% end %>
|
|
</div>
|
|
|
|
<% if @list.topics.length > 0 %>
|
|
<p><a href="<%= @list.more_topics_url.sub('.json?','?') %>">next page →</a></p>
|
|
<% end %>
|
|
|
|
<p>Powered by <a href="http://www.discourse.org">Discourse</a>, best viewed with JavaScript enabled</p> |