mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
We don't need content
here because it uses an ObjectController as a proxy.
This commit is contained in:
parent
46a02ae5b1
commit
3b47562738
1 changed files with 5 additions and 5 deletions
|
@ -1,13 +1,13 @@
|
||||||
{{#if content.loaded}}
|
{{#if loaded}}
|
||||||
<h3>{{content.title}}</h3>
|
<h3>{{title}}</h3>
|
||||||
|
|
||||||
<table class='table'>
|
<table class='table'>
|
||||||
<tr>
|
<tr>
|
||||||
<th>{{content.xaxis}}</th>
|
<th>{{xaxis}}</th>
|
||||||
<th>{{content.yaxis}}</th>
|
<th>{{yaxis}}</th>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
{{#each content.data}}
|
{{#each data}}
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{x}}</td>
|
<td>{{x}}</td>
|
||||||
<td>{{y}}</td>
|
<td>{{y}}</td>
|
||||||
|
|
Loading…
Reference in a new issue