Sha256: ca3df50d9ae948107fe4061e675ccd8c21fa5c6bf2f347cf84c216f8b8faa294

Contents?: true

Size: 623 Bytes

Versions: 22

Compression:

Stored size: 623 Bytes

Contents

<div class="widget">
  <h2><%= _t('Your last updated pages') %>:</h2>
  <table>
  <% if @last_edited_pages.blank? %>
    <tr class="even">
      <td><%= _t('no pages') %></td>
    </tr>
  <% else %>
    <% @last_edited_pages.each do |page| %>
    <tr class="<%= cycle('even', 'odd', :name => 'edited_pages') %>">
      <td>
        <%= link_to_if((page.locked_by.blank? || page.locked_by == current_user.id), page.name, edit_admin_page_path(page)) %>
      </td>
      <td>
        <small><%= l(page.updated_at) %></small>
      </td>
    </tr>
    <% end %>
  <% end %>
  </table>
</div>
<% reset_cycle('edited_pages') %>

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
alchemy_cms-2.8.3 app/views/alchemy/admin/dashboard/_recent_pages.html.erb
alchemy_cms-2.7.5 app/views/alchemy/admin/dashboard/_recent_pages.html.erb
alchemy_cms-2.6.3 app/views/alchemy/admin/dashboard/_recent_pages.html.erb
alchemy_cms-2.7.4 app/views/alchemy/admin/dashboard/_recent_pages.html.erb
alchemy_cms-2.8.2 app/views/alchemy/admin/dashboard/_recent_pages.html.erb
alchemy_cms-2.8.1 app/views/alchemy/admin/dashboard/_recent_pages.html.erb
alchemy_cms-2.7.3 app/views/alchemy/admin/dashboard/_recent_pages.html.erb
alchemy_cms-2.7.2 app/views/alchemy/admin/dashboard/_recent_pages.html.erb
alchemy_cms-2.7.1 app/views/alchemy/admin/dashboard/_recent_pages.html.erb
alchemy_cms-2.7.0 app/views/alchemy/admin/dashboard/_recent_pages.html.erb
alchemy_cms-2.6.2.1 app/views/alchemy/admin/dashboard/_recent_pages.html.erb
alchemy_cms-2.6.2 app/views/alchemy/admin/dashboard/_recent_pages.html.erb
alchemy_cms-2.6.1 app/views/alchemy/admin/dashboard/_recent_pages.html.erb
alchemy_cms-2.6.0 app/views/alchemy/admin/dashboard/_recent_pages.html.erb
alchemy_cms-2.6.0.rc5 app/views/alchemy/admin/dashboard/_recent_pages.html.erb
alchemy_cms-2.5.3.1 app/views/alchemy/admin/dashboard/_recent_pages.html.erb
alchemy_cms-2.5.3 app/views/alchemy/admin/dashboard/_recent_pages.html.erb
alchemy_cms-2.5.2.2 app/views/alchemy/admin/dashboard/_recent_pages.html.erb
alchemy_cms-2.5.2.1 app/views/alchemy/admin/dashboard/_recent_pages.html.erb
alchemy_cms-2.5.2 app/views/alchemy/admin/dashboard/_recent_pages.html.erb