diff --git a/views/item-partial.html b/views/item-partial.html index 61c6f05..ee73aac 100644 --- a/views/item-partial.html +++ b/views/item-partial.html @@ -95,12 +95,10 @@ {{ item.id }} @if(session) - ({{ - user.name }}) + ({{ user.name }}) @endif - + @if(typeof item.tags !== "undefined") @each(item.tags as tag)