From a779daf205437458291b1c4361a98fbc1fae5625 Mon Sep 17 00:00:00 2001 From: Torsten Ruger Date: Sat, 15 Aug 2015 11:50:44 +0300 Subject: [PATCH] flatten object args and test level --- app/main/views/registers/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/main/views/registers/index.html b/app/main/views/registers/index.html index 54dc801..226867f 100644 --- a/app/main/views/registers/index.html +++ b/app/main/views/registers/index.html @@ -21,7 +21,7 @@ {{ if is_object?( con[1])}} {{ end }} @@ -38,10 +38,10 @@ <:Object>
  • - {{attrs.con2[0]}} - {{ if is_object?( attrs.con2[1])}} + {{attrs.object}} + {{ if(is_object?(attrs.id) and (attrs.level < 4)) }}