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

Version Path
artfully_ose-1.2.0 app/views/index/_recent_activity.html.haml
artfully_ose-1.2.0.beta.1 app/views/index/_recent_activity.html.haml
artfully_ose-1.2.0.alpha.2 app/views/index/_recent_activity.html.haml
artfully_ose-1.2.0.alpha.1 app/views/index/_recent_activity.html.haml
artfully_ose-1.2.0.pre.27 app/views/index/_recent_activity.html.haml
artfully_ose-1.2.0.pre.26 app/views/index/_recent_activity.html.haml
artfully_ose-1.2.0.pre.24 app/views/index/_recent_activity.html.haml
artfully_ose-1.2.0.pre.23 app/views/index/_recent_activity.html.haml
artfully_ose-1.2.0.pre.21 app/views/index/_recent_activity.html.haml
artfully_ose-1.2.0.pre.20 app/views/index/_recent_activity.html.haml
artfully_ose-1.2.0.pre.19 app/views/index/_recent_activity.html.haml
artfully_ose-1.2.0.pre.18 app/views/index/_recent_activity.html.haml
artfully_ose-1.2.0.pre.17 app/views/index/_recent_activity.html.haml
artfully_ose-1.2.0.pre.16 app/views/index/_recent_activity.html.haml
artfully_ose-1.2.0.pre.15 app/views/index/_recent_activity.html.haml
artfully_ose-1.2.0.pre.12 app/views/index/_recent_activity.html.haml
artfully_ose-1.2.0.pre.11 app/views/index/_recent_activity.html.haml
artfully_ose-1.2.0.pre.10 app/views/index/_recent_activity.html.haml
artfully_ose-1.2.0.pre.9 app/views/index/_recent_activity.html.haml
artfully_ose-1.2.0.pre.8 app/views/index/_recent_activity.html.haml