Skip to content

Commit

Permalink
Replace "department" with "state"
Browse files Browse the repository at this point in the history
  • Loading branch information
waldoj committed Nov 9, 2015
1 parent 81bf5a6 commit 7813401
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions public/grid/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,16 @@ <h2>
<div class="table-responsive">
<table class="table">
<thead id="datasets"></thead>
<tbody id="departments"></tbody>
<tbody id="states"></tbody>
</table>
</div>
</div>
</div>
</div>
<script id="department-template" type="text/x-handlebars-template">
<script id="state-template" type="text/x-handlebars-template">
<tr>
<td> <a href="{{departmentHref}}"> {{state}} </a> </td> {{#each this.datasets}}
<td> <a href="{{stateHref}}"> {{state}} </a> </td>
{{#each this.datasets}}
<td>
<a href="{{datasetHref}}">
<ul class="datapoles">
Expand Down

0 comments on commit 7813401

Please sign in to comment.