Skip to content
This repository has been archived by the owner on May 12, 2022. It is now read-only.

Commit

Permalink
added the div tag inside the notification underscore template so that…
Browse files Browse the repository at this point in the history
… mcka_apro notification will work perfect
  • Loading branch information
Muhammad Shoaib committed Mar 6, 2015
1 parent 6e8dfb2 commit e375581
Showing 1 changed file with 10 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,16 @@
<script type="text/template" id="notification-pane-template">
<div class="edx-notifications-container">
<div class="edx-notifications-content">
<h2>Notifications</h2>
<div class="actions">
<ul class="notifications_list_tab">
<li class="unread_notifications active"><a href="#">View unread</a></li>
<li class="user_notifications_all"><a href="#">View all</a></li>
<li class="mark_notifications_read"><a href="#">Mark as read</a></li>
<li class="hide_pane"><a href="#">Hide</a></li>
</ul>
<div class="fixed">
<h2>Notifications</h2>
<div class="actions">
<ul class="notifications_list_tab">
<li class="unread_notifications active"><a href="#">View unread</a></li>
<li class="user_notifications_all"><a href="#">View all</a></li>
<li class="mark_notifications_read"><a href="#">Mark as read</a></li>
<li class="hide_pane"><a href="#">Hide</a></li>
</ul>
</div>
</div>
<ul>
<% if (typeof grouped_user_notifications == 'undefined' || grouped_user_notifications.length == 0) { %>
Expand Down

0 comments on commit e375581

Please sign in to comment.