Sha256: f9a8aaf773740072ec5414f94c78666a3afa7f1c0225401cb77259bad836809b
Contents?: true
Size: 626 Bytes
Versions: 3
Compression:
Stored size: 626 Bytes
Contents
<h1>Notifications for <%= @target.printable_name %></h1> <div id="notification_count"><%= @target.unopened_notification_count %></div> <div> <%= link_to "Open all", open_all_notifications_path_for(@target), method: :post %> </div> <div> <%= link_to "Open all (ajax)", open_all_notifications_path_for(@target), method: :post, remote: true %> </div> <ul> <div id="notifications"> <%= render_notification(@notifications, fallback: :default) %> <%#= render_notification(@notifications, fallback: :text) %> </div> </ul> <%#= render_notifications_of @target, fallback: :default, index_content: :with_attributes %>
Version data entries
3 entries across 3 versions & 1 rubygems