<%= paper.category.title rescue "" %> <% if (paper.category.disable rescue false) %> <%= t(:disable) %> <% end %> |
<%= paper.title %>
|
<%= paper.period.strftime("%Y-%m-%d") rescue "" %> | <% paper.tags.each do |tag| %> <%= tag.name %> <% end %> |