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.pre.7 app/views/index/_recent_activity.html.haml
artfully_ose-1.2.0.pre.6 app/views/index/_recent_activity.html.haml
artfully_ose-1.2.0.pre.5 app/views/index/_recent_activity.html.haml
artfully_ose-1.2.0.pre.4 app/views/index/_recent_activity.html.haml
artfully_ose-1.2.0.pre.3 app/views/index/_recent_activity.html.haml
artfully_ose-1.2.0.pre.2 app/views/index/_recent_activity.html.haml
artfully_ose-1.2.0.pre.1 app/views/index/_recent_activity.html.haml
artfully_ose-1.2.0.pre app/views/index/_recent_activity.html.haml