Sha256: 077cda2120d331c1c9b8917815e100f7a539b2fab4428d8a2bb4d1cd9430553e
Contents?: true
Size: 617 Bytes
Versions: 28
Compression:
Stored size: 617 Bytes
Contents
.span7 %section.recent-actions %h3 Recent Activity - if @recent_actions.blank? %p= t(".no-actions", :default => "When someone buys a ticket, makes a donation, or updates a record, it will be noted here. Get started by adding some new contacts to your People database.") = link_to "Add a Contact", new_person_path, :class => 'btn' - else %ul#recent-list - @recent_actions.each do |action| =render :partial => 'action', :locals => {:action => action} = will_paginate @recent_actions, :id => 'endless-scroll-pagination', :params => { :action => 'recent_activity' }
Version data entries
28 entries across 28 versions & 1 rubygems