diff --git a/app/views/pages/_page.rhtml b/app/views/pages/_page.rhtml index df5be4c..dc60914 100644 --- a/app/views/pages/_page.rhtml +++ b/app/views/pages/_page.rhtml @@ -3,9 +3,9 @@

<%= @page.title %>

- <% unless simple -%>
- Posted by <%= @page.created_by.title rescue 'That other guy' -%> -
<% end -%> +
+ <% if @page.owner_type.nil? -%>Posted by <%= @page.created_by.title rescue 'That other guy' -%><% end -%> Created: <%= @page.created_at -%> +

<%= replace_wiki_words(@page.html) %>