diff --git a/app/views/content/list/_list.html.erb b/app/views/content/list/_list.html.erb
index 19d58121..27447b8f 100644
--- a/app/views/content/list/_list.html.erb
+++ b/app/views/content/list/_list.html.erb
@@ -58,10 +58,10 @@
<% content.page_tags.each do |tag| %>
<% if user_signed_in? && content.user == current_user %>
<%= link_to params.permit(:tag).merge({ tag: PageTagService.slug_for(tag.tag) }) do %>
-
+
<% end %>
<% else %>
-
+
<% end %>
<% end %>
<% end %>