Sha256: 66f496c1d156f71ab60ef691587d1cc2ff2c607877e13e35ac032882bedf48e7

Contents?: true

Size: 325 Bytes

Versions: 3

Compression:

Stored size: 325 Bytes

Contents

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
refinerycms-0.9.6.34 vendor/plugins/dashboard/app/views/admin/dashboard/_recent_activity.html.erb
refinerycms-0.9.6.33 vendor/plugins/dashboard/app/views/admin/dashboard/_recent_activity.html.erb
refinerycms-0.9.6.32 vendor/plugins/dashboard/app/views/admin/dashboard/_recent_activity.html.erb