extracting one more hardcoded title

This commit is contained in:
Kuba Brecka
2013-04-18 11:24:47 +02:00
parent 4bd4e4e1c7
commit 38ea6cff62
2 changed files with 2 additions and 1 deletions

View File

@@ -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>