Skip to content

Commit

Permalink
removed notifications mock
Browse files Browse the repository at this point in the history
  • Loading branch information
guydu committed Feb 19, 2017
1 parent b6d3b12 commit 17f43e8
Showing 1 changed file with 1 addition and 25 deletions.
26 changes: 1 addition & 25 deletions app/views/layouts/_header.erb
Original file line number Diff line number Diff line change
Expand Up @@ -19,31 +19,7 @@
<ul class="nav navbar-nav pull-right">
<!-- BEGIN NOTIFICATION DROPDOWN -->
<!-- DOC: Apply "dropdown-dark" class after below "dropdown-extended" to change the dropdown styte -->
<li class="dropdown dropdown-extended dropdown-notification" id="header_notification_bar">
<a href="javascript:;" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true">
<i class="icon-bell"></i>
<span class="badge badge-danger"> 1 </span>
</a>
<ul class="dropdown-menu">
<li class="external">
<h3>
<span class="bold">1 pending</span> notification</h3>
</li>
<li>
<ul class="dropdown-menu-list scroller" style="height: 250px;" data-handle-color="#637283">
<li>
<a href="javascript:;">
<span class="time">just now</span>
<span class="details">
<span class="label label-sm label-icon label-success">
<i class="fa fa-plus"></i>
</span> Claim your free chatbot </span>
</a>
</li>
</ul>
</li>
</ul>
</li>

<!-- END NOTIFICATION DROPDOWN -->
<!-- BEGIN INBOX DROPDOWN -->
<!-- DOC: Apply "dropdown-dark" class after below "dropdown-extended" to change the dropdown styte -->
Expand Down

0 comments on commit 17f43e8

Please sign in to comment.