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 11, 2014
1 parent 0844985 commit 1837ca8
Showing 1 changed file with 17 additions and 7 deletions.
24 changes: 17 additions & 7 deletions resources/testweb/discover.html
Original file line number Diff line number Diff line change
Expand Up @@ -226,18 +226,28 @@ <h3 class="panel-title"><i class="fa fa-bar-chart-o"></i> Creators</h3>

<div class="tab-pane fade" id="square-style">
<div class="row">



<div id="discover_creators_square" class="panel-body" style="height: 80vh;overflow:auto;">


<div id="discover_creators_square" class="panel-body">
<script id="discover_creators_square_template" type="x-tmpl-mustache">
<div class="col-md-3">
<div class="panel panel-primary">
<div class="panel-body">

// picture at the top

{{#.}}
<a href="/creators/main/{{creators_name}}"> {{creators_name}} </a>
{{/.}}
{{#.}}
<a href="/creators/main/{{creators_name}}"> {{creators_name}} </a>
{{/.}}
</div>
</div>
</div>
</script>




</div>

<!-- end of tab -->
Expand Down

0 comments on commit 1837ca8

Please sign in to comment.