Skip to content
This repository has been archived by the owner on Feb 15, 2019. It is now read-only.

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Sep 10, 2014
1 parent c6b7430 commit 606a5ef
Showing 1 changed file with 22 additions and 18 deletions.
40 changes: 22 additions & 18 deletions resources/testweb/discover.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,19 +151,23 @@ <h3 for="category" class="form-group col-xs-2 text"> Show me </h3>
</form>
</div>
<hr></hr>
<ul class="nav nav-tabs" role="tablist">
<li class="active"><a href="#list_style" role="tab" data-toggle="tab">List</a></li>
<li><a href="#square_style" role="tab" data-toggle="tab">Sqaures</a></li>
</ul>

<div class="tab-content">
<div class="tab-pane fade in active" id="list_style">

<div class="row">
<div class="col-md-12">
<div class="panel panel-primary">
<div class="panel-heading">
<h3 class="panel-title"><i class="fa fa-bar-chart-o"></i> Creators</h3>
</div>
<div id="discover_creators" class="panel-body" style="height: 80vh;overflow:auto;">
<script id="discover_creators_template" type="x-tmpl-mustache">
<div class="tab-pane fade in active" id="list_style">


<div class="row">
<div class="col-md-12">
<div class="panel panel-primary">
<div class="panel-heading">
<h3 class="panel-title"><i class="fa fa-bar-chart-o"></i> Creators</h3>
</div>
<div id="discover_creators" class="panel-body" style="height: 80vh;overflow:auto;">
<script id="discover_creators_template" type="x-tmpl-mustache">
<table id="discover_creators_table" class="table table-hover table-striped tablesorter">
<thead>
<tr>
Expand Down Expand Up @@ -211,18 +215,18 @@ <h3 class="panel-title"><i class="fa fa-bar-chart-o"></i> Creators</h3>
</div>
</div>
<!-- end of tab -->
</div>
</div>

<div class="tab-pane fade" id="square_style">
DERP
</div>
<div class="tab-pane fade" id="square_style">
DERP
</div>

<!-- end of tabs content -->
</div>
<!-- end of tabs content -->
</div>



</div>
</div>



Expand Down

0 comments on commit 606a5ef

Please sign in to comment.