Also show untitled indicator on item pages

This commit is contained in:
Shadowfacts 2019-10-31 17:43:15 -04:00
parent cfd9f7505a
commit d7641b1c28
Signed by: shadowfacts
GPG Key ID: 94A5AB95422746E5
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<h1>
<a href="<%= @item.url %>" target="_blank" rel="noopener noreferrer"><%= @item.title %></a>
<a href="<%= @item.url %>" target="_blank" rel="noopener noreferrer"><%= @item.title || "(Untitled)" %></a>
</h1>
<%= if @item.read do %>