mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 15:16:08 +08: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,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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user