Sha256: 2fd1395eb3df59bd1ea5ff69e167186137ec12200a9b9c128fe46426e8219c04

Contents?: true

Size: 436 Bytes

Versions: 2

Compression:

Stored size: 436 Bytes

Contents

<div>
  <%= link_to open_all_notifications_path_for(@target), method: :post, remote: true,
      class: "dropdown-toggle", data: {toggle: "dropdown"} do %>
    <div id="notification_count"><%= @target.unopened_notification_count %></div>
  <% end %>

  <!-- Make this dropdown -->
  <ul class="dropdown-menu">
    <div id="notification_index">
      <p>Notifications</p>
      <%= yield :notification_index %>
    </div>
  </ul>
</div>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
activity_notification-0.0.10 app/views/activity_notification/notifications/default/_index.html.erb
activity_notification-0.0.9 app/views/activity_notification/notifications/default/_index.html.erb