rubyx-debugger/app/main/views/objects/index.html

14 lines
260 B
HTML
Raw Normal View History

2015-08-16 09:01:12 +02:00
<:Title>
objects index
<:Body>
2015-08-18 23:08:12 +02:00
{{ if(is_object?(attrs.id) ) }}
2015-08-16 09:01:12 +02:00
<ul>
{{content(attrs.id).each do |con3| }}
<li>
<a href="#">{{con3[0]}}</a>
2015-08-18 23:08:12 +02:00
</li>
2015-08-16 09:01:12 +02:00
{{end}}
</ul>
{{ end }}