Sha256: 106dea599d38fa6e0ebc88d297ffc2c12a5828b3d016a3c5f800dfed1a86bd7b

Contents?: true

Size: 317 Bytes

Versions: 25

Compression:

Stored size: 317 Bytes

Contents

<h2>Latest Activity</h2>
<% if @recent_activity.any? %>
  <table id='recent_activity'>
    <% @recent_activity.each do |change| %>
      <tr class='<%= cycle("on", "") %>'>
        <%= activity_message_for change %>
      </tr>
    <% end %>
  </table>
<% else %>
  <p>
    Nothing has happened yet.
  </p>
<% end %>

Version data entries

25 entries across 25 versions & 2 rubygems

Version Path
refinerycms-0.9.6.11 vendor/plugins/dashboard/app/views/admin/dashboard/_recent_activity.html.erb
refinerycms-0.9.6.10 vendor/plugins/dashboard/app/views/admin/dashboard/_recent_activity.html.erb
refinerycms-0.9.6.9 vendor/plugins/dashboard/app/views/admin/dashboard/_recent_activity.html.erb
refinerycms-0.9.6.8 vendor/plugins/dashboard/app/views/admin/dashboard/_recent_activity.html.erb
refinerycms-0.9.6.7 vendor/plugins/dashboard/app/views/admin/dashboard/_recent_activity.html.erb