Skip to content

Commit

Permalink
removed some commented html
Browse files Browse the repository at this point in the history
  • Loading branch information
jgnewman committed Nov 30, 2012
1 parent 91f93f8 commit be58e87
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions priv/www/js/templates/users.hbs
Expand Up @@ -9,18 +9,6 @@
</div> </div>
<div class="user-list-table"> <div class="user-list-table">
<table class="info-table"> <table class="info-table">
<!--
<thead>
<tr>
<th><h2 class="title">Name</h2></th>
<th><h2 class="title">E-mail</h2></th>
<th><h2 class="title">Access Key</h2></th>
<th><h2 class="title">Secret Key</h2></th>
<th><h2 class="title">&nbsp;</h2></th>
<th><h2 class="title">&nbsp;</h2></th>
</tr>
</thead>
-->
{{collection RiakCsControl.UsersCollectionView contentBinding="controller.persistedUsers" itemClass="standard-row"}} {{collection RiakCsControl.UsersCollectionView contentBinding="controller.persistedUsers" itemClass="standard-row"}}
</table> </table>
</div> </div>
Expand Down

0 comments on commit be58e87

Please sign in to comment.