From 80f1ddbe1e80682edd2d85b797a4d90ae4fc6f10 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Mon, 10 Jul 2017 11:29:20 -0400 Subject: add: Quote approval. --- src/data/templates/approve.hbs | 77 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 src/data/templates/approve.hbs (limited to 'src/data/templates') diff --git a/src/data/templates/approve.hbs b/src/data/templates/approve.hbs new file mode 100644 index 0000000..195bb0d --- /dev/null +++ b/src/data/templates/approve.hbs @@ -0,0 +1,77 @@ + + + + + + Quotes fra #linux.no på freenode + + + + +
+                     _ _  
+                    | (_)_ __  _   ___  __  _ __   ___  
+              _|_|_ | | | '_ \| | | \ \/ / | '_ \ / _ \ 
+              _|_|_ | | | | | | |_| |)  ( _| | | | (_) | 
+               | |  |_|_|_| |_|\__,_/_/\_(_)_| |_|\___/ 
+             -=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=- GAMMA -=-
+                   Quotes fra #linux.no på freenode
+                  Klikk her for å legge til en quote
+
+              Sortér etter dato | score
+
+
+ +{{#each quotes}} + +
+#{{id}}, lagt til av {{author}}
+Dato: {{date}}, +godkjenn, +slett +

+ +{{content}} +
+
+{{/each}} + + +
+
+

linoquotes v.3 © 2004-2017 Kjetil Ørbekk, Erlend Hamberg, Vidar Holen, John H. Anthony. +

Source code at https://git.orbekk.com/linoquotes-gamma.git. +

The quotes on this page are copyright their respective owners and submitters.

+
+ + + + + + -- cgit v1.2.3