start to unify and test listeners

This commit is contained in:
Torsten Ruger
2015-08-18 23:08:12 +02:00
parent f942ed719a
commit ef321dab26
3 changed files with 17 additions and 25 deletions

View File

@ -4,12 +4,12 @@
<:Body>
<li>
<a href="#">{{attrs.object}}</a>
{{ if(is_object?(attrs.id) and (attrs.level < 4)) }}
{{ if(is_object?(attrs.id) ) }}
<ul>
{{content(attrs.id).each do |con3| }}
<li>
<a href="#">{{con3[0]}}</a>
</li>
</li>
{{end}}
</ul>
{{ end }}