orbit-basic/vendor/built_in_modules/page_content/app/views/panel/page_content/back_end/page_contexts/show.html.erb

29 lines
483 B
Plaintext

<% # encoding: utf-8 %>
<br />
<br />
<br />
<p id="notice"><%= flash_messages %></p>
<ul>
<li>
<b><%= t(:name) %></b>
<%= @page_context.page.title %>
</li>
<li>
<b><%= t('page_content.context') %></b>
<%= @page_context.context.html_safe rescue '' %>
</li>
<li>
<b><%= t(:posted_by) %></b>
<%= User.find(@page_context.create_user_id).name %>
</li>
<li>
<b><%= t(:last_modified) %></b>
<%= display_date(@page_context.updated_at) %>
</li>
<%= link_back %>