.icp.container-fluid .col-sm-12.infinitescroll .infinitescroll-page - @notifications.each do |notification| .col-xs-12.infinitescroll-element.no-padding = link_to path_for_notification(notification), class: 'icp-accord collapsed' do .col-xs-3.col-sm-1.center = image_tag notification.owner.image.url(:thumb) .col-xs-9.col-sm-11.pl0 .fs10.pt15 b = notification.owner.name |  = I18n.t(".notification.#{notification.key}").html_safe | on  = notification.created_at.day_month_date_hr_min_mer .clearfix - if notification.trackable_type == 'Event' - if notification.trackable.present? |  For   = notification.trackable.name |  @   = notification.trackable.start_time |  TO   = notification.trackable.end_time |   -   = truncate(notification.trackable.description, length: 200) .event-confirmation-links data-id=notification.trackable_id = link_to 'Accept', accept_event_path(notification.trackable_id), method: 'patch', remote: true,class:'accept-btn' = link_to 'Reject', reject_event_path(notification.trackable_id), method: 'patch', remote: true,class:'reject-btn' .clearfix = paginate @notifications .pb25