diff --git a/app/views/categories/index.html.erb b/app/views/categories/index.html.erb index 32a789364b7..b18334da5c0 100644 --- a/app/views/categories/index.html.erb +++ b/app/views/categories/index.html.erb @@ -3,6 +3,7 @@ <% @category_list.categories.each_with_index do |c, index| %>
+

<%= c.name %> diff --git a/app/views/list/list.erb b/app/views/list/list.erb index 53c5064e642..ca71796aea2 100644 --- a/app/views/list/list.erb +++ b/app/views/list/list.erb @@ -27,7 +27,7 @@ <% if params[:page].to_i == 0 && @subcategories.present? %> <% @subcategories.each do |subcategory| %> - + <%= subcategory.name %> <% if subcategory.description.present? %> @@ -43,6 +43,7 @@ <% @list.topics.each_with_index do |t,i| %>
+ <%= t.title %>