Commit 929da83dee3e8a86054a3b3850e9abfbda41f4c9

Authored by MoisesMachado
1 parent 52c12c2e

ActionItem517: changed categories listing to be comma separated


git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2193 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 1 additions and 3 deletions   Show diff stats
app/views/content_viewer/view_page.rhtml
... ... @@ -63,9 +63,7 @@
63 63 <% if ! @page.categories.empty? %>
64 64 <div id="article-cat">
65 65 <h4><%= _('Categories') %></h4>
66   - <ul>
67   - <li><%= @page.categories.map {|item| link_to_category(item) }.join("</li>\n<li>") %></li>
68   - </ul>
  66 + <%= @page.categories.map {|item| link_to_category(item, false) }.join(", ") %>
69 67 </div>
70 68 <% end %>
71 69  
... ...