diff --git a/app/views/content/list/_clean_list.html.erb b/app/views/content/list/_clean_list.html.erb index 1b9d62c6..4d443827 100644 --- a/app/views/content/list/_clean_list.html.erb +++ b/app/views/content/list/_clean_list.html.erb @@ -10,7 +10,11 @@ <%= content.description %>
- last edited <%= content.updated_at.strftime("%m/%d/%Y") %> + <% if content.respond_to?(:universe) && content.universe %> + <%= content.universe.name %> + <% else %> + last edited <%= content.updated_at.strftime("%m/%d/%Y") %> + <% end %>
<% end %>