reduce object to list and register to show that list

also remove duplication in registercontroller
ready for events
This commit is contained in:
Torsten Ruger
2015-08-19 00:22:08 +02:00
parent d7e0cd665f
commit 719f026d0f
4 changed files with 18 additions and 33 deletions

View File

@ -2,8 +2,6 @@
objects index
<:Body>
<li>
<a href="#">{{marker(attrs.id)}} {{attrs.id}}</a>
{{ if(is_object?(attrs.id) ) }}
<ul>
{{content(attrs.id).each do |con3| }}
@ -13,4 +11,3 @@
{{end}}
</ul>
{{ end }}
</li>