Skip to content

Commit

Permalink
Adding sample content for now
Browse files Browse the repository at this point in the history
  • Loading branch information
nWidart committed Nov 19, 2015
1 parent cbb8113 commit 0086f2d
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions views/partials/right-sidebar.blade.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<aside class="control-sidebar control-sidebar-dark">
<ul class="nav nav-tabs nav-justified control-sidebar-tabs">
<li class="active">
<a href="#sidebar-notifications" data-toggle="tab">
<i class="fa fa-bell-o"></i>
</a>
</li>
<li>
<a href="#sidebar-home" data-toggle="tab">
<i class="fa fa-home"></i>
</a>
</li>
</ul>
<div class="tab-content">
<div id="sidebar-notifications" class="tab-pane active">
Tab 1
</div>
<div id="sidebar-home" class="tab-pane">
Home!
</div>
</div>
</aside>
<div class="control-sidebar-bg"></div>

0 comments on commit 0086f2d

Please sign in to comment.