From 34db30396c30c35af1d804d9259bdde7c314aa1c Mon Sep 17 00:00:00 2001 From: riking Date: Sun, 14 Sep 2014 21:55:30 -0700 Subject: [PATCH] FIX: Bracked category link in no-JS view --- app/views/list/list.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/list/list.erb b/app/views/list/list.erb index a1f741be44b..58a6a599f48 100644 --- a/app/views/list/list.erb +++ b/app/views/list/list.erb @@ -2,7 +2,7 @@ <% @list.topics.each do |t| %> <%= t.title %> <% if !@category && t.category %> - [<%= t.category.name %>] + [<%= t.category.name %>] <% end %> '>(<%= t.posts_count %>)
<% end %>