From 803968147c8d6ab8cc62cfa87017acde24c9e8b1 Mon Sep 17 00:00:00 2001 From: Joffrey JAFFEUX Date: Mon, 25 Jun 2018 14:12:55 +0200 Subject: [PATCH] =?UTF-8?q?FIX:=20ListItem=20can=E2=80=99t=20have=20itempr?= =?UTF-8?q?op=3Durl=20and=20itemprop=3Ditem=20together?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/categories/index.html.erb | 1 - app/views/list/list.erb | 1 - 2 files changed, 2 deletions(-) diff --git a/app/views/categories/index.html.erb b/app/views/categories/index.html.erb index b18334da5c0..32a789364b7 100644 --- a/app/views/categories/index.html.erb +++ b/app/views/categories/index.html.erb @@ -3,7 +3,6 @@ <% @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 4acd8e7b3c2..53c5064e642 100644 --- a/app/views/list/list.erb +++ b/app/views/list/list.erb @@ -43,7 +43,6 @@ <% @list.topics.each_with_index do |t,i| %>
- <%= t.title %>