From 5251cc860d51af6d53b4d30f55d48c56eba3b77f Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Fri, 10 Jun 2016 07:28:16 -0400 Subject: [PATCH] update bootstrap theme --- contrib/templates/bootstrap/404.mustache | 7 ++++--- contrib/templates/bootstrap/board.mustache | 18 +++++++++++------- contrib/templates/bootstrap/post.mustache | 4 ++-- contrib/templates/bootstrap/thread.mustache | 19 +++++++++++-------- contrib/templates/bootstrap/ukko.mustache | 9 +++++---- contrib/templates/default/404.mustache | 8 ++++---- 6 files changed, 37 insertions(+), 28 deletions(-) diff --git a/contrib/templates/bootstrap/404.mustache b/contrib/templates/bootstrap/404.mustache index 724ee46..91e9b6d 100644 --- a/contrib/templates/bootstrap/404.mustache +++ b/contrib/templates/bootstrap/404.mustache @@ -8,14 +8,15 @@ 404 - + - + +
- +
{{#i18n.Translations}}{{resource_not_found}}{{/i18n.Translations}}
diff --git a/contrib/templates/bootstrap/board.mustache b/contrib/templates/bootstrap/board.mustache index efb834d..51621e7 100644 --- a/contrib/templates/bootstrap/board.mustache +++ b/contrib/templates/bootstrap/board.mustache @@ -16,8 +16,9 @@ - - + + + {{board.Board}} @@ -36,16 +37,19 @@ {{{form}}}

-
+
{{#board.Threads}} -
+
- {{{OP.Truncate.RenderPost}}} +
+ {{{OP.Truncate.RenderPost}}} +
{{#Truncate.Replies}} - {{{Truncate.RenderPost}}} +
+ {{{Truncate.RenderPost}}} +
{{/Truncate.Replies}} -
{{/board.Threads}}
diff --git a/contrib/templates/bootstrap/post.mustache b/contrib/templates/bootstrap/post.mustache index eec5924..37829b2 100644 --- a/contrib/templates/bootstrap/post.mustache +++ b/contrib/templates/bootstrap/post.mustache @@ -1,5 +1,5 @@
- +
{{#post.IsI2P}} @@ -17,7 +17,7 @@ No.{{post.ShortHash}} [{{#i18n.Translations}}{{reply_label}}{{/i18n.Translations}}] {{{post.Pubkey}}} - +
{{#post.Attachments}}
diff --git a/contrib/templates/bootstrap/thread.mustache b/contrib/templates/bootstrap/thread.mustache index 8b0bf68..1e1f5aa 100644 --- a/contrib/templates/bootstrap/thread.mustache +++ b/contrib/templates/bootstrap/thread.mustache @@ -15,9 +15,10 @@ - - - + + + + {{thread.OP.Subject}} @@ -33,16 +34,18 @@
{{{form}}}
-
-
+
- {{{thread.OP.RenderPost}}} +
+ {{{thread.OP.RenderPost}}} +
{{# thread.Replies}} - {{{RenderPost}}} +
+ {{{RenderPost}}} +
{{/ thread.Replies}}
-
@@ -22,10 +23,10 @@ {{{navbar}}}
{{#i18n.Translations}}{{overboard_title}}{{/i18n.Translations}}
-
+
livechan
{{#threads}} -
+

{{#i18n.Translations}}{{posted_on_label}}{{/i18n.Translations}} {{OP.Board}}

diff --git a/contrib/templates/default/404.mustache b/contrib/templates/default/404.mustache index 724ee46..901b482 100644 --- a/contrib/templates/default/404.mustache +++ b/contrib/templates/default/404.mustache @@ -8,14 +8,14 @@ 404 - - - + + +
- +
{{#i18n.Translations}}{{resource_not_found}}{{/i18n.Translations}}