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
Raw Normal View History

2012-02-23 07:13:36 +00:00
<% # encoding: utf-8 %>
<br />
<br />
<br />
<p id="notice"><%= flash_messages %></p>
<ul>
<li>
2012-09-12 11:12:50 +00:00
<b><%= t(:name) %></b>
2012-07-25 19:47:14 +00:00
<%= @page_context.page.title %>
2012-02-23 07:13:36 +00:00
</li>
<li>
<b><%= t('page_content.context') %></b>
<%= @page_context.context.html_safe rescue '' %>
2012-02-23 07:13:36 +00:00
</li>
<li>
2012-09-12 11:12:50 +00:00
<b><%= t(:posted_by) %></b>
2012-02-23 07:13:36 +00:00
<%= User.find(@page_context.create_user_id).name %>
</li>
<li>
2012-09-12 11:12:50 +00:00
<b><%= t(:last_modified) %></b>
<%= display_date(@page_context.updated_at) %>
2012-02-23 07:13:36 +00:00
</li>
<%= link_back %>