From ccf10c8d425b28c75cb9ce66c50c943f8825b783 Mon Sep 17 00:00:00 2001 From: jan Date: Sun, 27 Dec 2015 21:24:57 +0100 Subject: =?UTF-8?q?alter=20und=20updated=5Fat=20f=C3=BCr=20gril=20view?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit diff --git a/assets/css/gril.css b/assets/css/gril.css index 409ef51..e22364a 100644 --- a/assets/css/gril.css +++ b/assets/css/gril.css @@ -1,4 +1,8 @@ h1 > small { padding-left: 8px; font-size: 50%; +} + +.card-title { + font-size: 36px !important; } \ No newline at end of file diff --git a/views/gril.html b/views/gril.html index 3983061..f3b7148 100644 --- a/views/gril.html +++ b/views/gril.html @@ -16,6 +16,38 @@ {{ $tag }} {{ end }} +
+
+
+ {{ if $gril.Age.Valid }} +
+
+
+ {{ $gril.Age.Value }} +

years old

+
+
+
+ {{ end }} + {{ if $gril.Birthday.Valid }} +
+
+
+ {{ $gril.Birthday.Value}} +

birthday

+
+
+
+ {{ end }} +
+
+
+ {{ $gril.UpdatedAt.Format "Jan 02, 2006" }} +

last updated

+
+
+
+
-- cgit v0.10.1