Skip to content

Commit

Permalink
We don't need content here because it uses an ObjectController as a…
Browse files Browse the repository at this point in the history
… proxy.
  • Loading branch information
eviltrout committed Feb 28, 2013
1 parent 46a02ae commit 3b47562
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/assets/javascripts/admin/templates/reports.js.handlebars
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{{#if content.loaded}}
<h3>{{content.title}}</h3>
{{#if loaded}}
<h3>{{title}}</h3>

<table class='table'>
<tr>
<th>{{content.xaxis}}</th>
<th>{{content.yaxis}}</th>
<th>{{xaxis}}</th>
<th>{{yaxis}}</th>
</tr>

{{#each content.data}}
{{#each data}}
<tr>
<td>{{x}}</td>
<td>{{y}}</td>
Expand Down

0 comments on commit 3b47562

Please sign in to comment.