reduce object to list and register to show that list
also remove duplication in registercontroller ready for events
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user