From f2af076c8efaeea96ad3e351617c7615a5b9447c Mon Sep 17 00:00:00 2001 From: Torsten Ruger Date: Thu, 16 Jul 2015 17:35:19 +0300 Subject: [PATCH] small view change --- app/main/views/main/index.html | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/app/main/views/main/index.html b/app/main/views/main/index.html index cf60634..76aa464 100644 --- a/app/main/views/main/index.html +++ b/app/main/views/main/index.html @@ -6,15 +6,18 @@ {{ page._classes.each do |c| }}
{{ c._name }}
-
{{ end }} -
- {{ page._registers.each do |c| }} +
+ +
+
+
+ {{ page._registers.each do |r| }}
- {{ c._name }} + {{ r._name }} : {{ r._content }}
{{ end }}