Sha256: 60a19ebd7ea53281e5fc6a2f530d72cf2f99d62c10f1fac35b1424e881124c67

Contents?: true

Size: 1.04 KB

Versions: 11

Compression:

Stored size: 1.04 KB

Contents

<div class="with_padding">
  <table>
    <tr>
      <td class="label"><label><%= _t(:page_type) %></label></td>
      <td class="value"><p><%= @page.layout_display_name %></p></td>
    </tr>
    <tr>
      <td class="label"><label><%= _t(:page_status) %></label></td>
      <td class="value">
        <p><%= combined_page_status(@page) %></p>
      </td>
    </tr>
    <tr>
      <td class="label"><label><%= _t(:page_was_created) %></label></td>
      <td class="value">
        <p><%= _t(:from_at) % {by: @page.creator_name, at: l(@page.created_at, format: :page_status)} %></p>
      </td>
    </tr>
    <tr>
      <td class="label"><label><%= _t(:page_was_updated) %></label></td>
      <td class="value">
        <p><%= _t(:from_at) % {by: @page.updater_name, at: l(@page.updated_at, format: :page_status)} %></p>
      </td>
    </tr>
    <%- if @page.locked? -%>
      <tr>
        <td class="label"><label><%= _t(:currently_edited_by) %></label></td>
        <td class="value"><p><%= @page.locker_name %></p></td>
      </tr>
    <% end %>
  </table>
</div>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
alchemy_cms-2.9.1 app/views/alchemy/admin/pages/info.html.erb
alchemy_cms-2.9.0 app/views/alchemy/admin/pages/info.html.erb
alchemy_cms-2.8.3 app/views/alchemy/admin/pages/info.html.erb
alchemy_cms-2.7.5 app/views/alchemy/admin/pages/info.html.erb
alchemy_cms-2.7.4 app/views/alchemy/admin/pages/info.html.erb
alchemy_cms-2.8.2 app/views/alchemy/admin/pages/info.html.erb
alchemy_cms-2.8.1 app/views/alchemy/admin/pages/info.html.erb
alchemy_cms-2.7.3 app/views/alchemy/admin/pages/info.html.erb
alchemy_cms-2.7.2 app/views/alchemy/admin/pages/info.html.erb
alchemy_cms-2.7.1 app/views/alchemy/admin/pages/info.html.erb
alchemy_cms-2.7.0 app/views/alchemy/admin/pages/info.html.erb