From 1772b56cda7cc3c2703eda30bea3699b194f3a4c Mon Sep 17 00:00:00 2001 From: Joffrey JAFFEUX Date: Fri, 29 Jun 2018 13:41:04 +0200 Subject: [PATCH] FIX: minor micro data fixes --- app/views/categories/index.html.erb | 1 + app/views/list/list.erb | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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 %>