Sha256: 481e6dea88bcc96b45c4c228b1b808734bbc3078e45d2c3b552fe7e016c279e9
Contents?: true
Size: 642 Bytes
Versions: 5
Compression:
Stored size: 642 Bytes
Contents
<br class="clearfloat" /> <div class="space_center"> </div> <div class="space_center"></div> <h2><%= t('notification.other') %></h2> <div class="read_all"> <%= link_to(t('notification.read_all'), update_all_notifications_path(:page => params[:page]), :confirm => t('sure'),:method => :put, :remote => true) %> </div> <div class="conversations"> <% @notifications.each do |notification|%> <% read_class = notification.is_unread?(@actor) ? 'unread' : '' %> <%= render :partial => 'notification', :object => notification, :locals => {:read_class => read_class} %> <% end %> <%= will_paginate @notifications %> </div>
Version data entries
5 entries across 5 versions & 2 rubygems