From 9563daf9b60960baab87cf526e742c684e453a1e Mon Sep 17 00:00:00 2001 From: swag Date: Thu, 30 Dec 2021 22:04:31 -0500 Subject: [PATCH] Center some things --- templates/index.html.ep | 4 +++- templates/layouts/default.html.ep | 28 ++++++++++++++++------------ 2 files changed, 19 insertions(+), 13 deletions(-) diff --git a/templates/index.html.ep b/templates/index.html.ep index e7e8fc8..f4fa721 100644 --- a/templates/index.html.ep +++ b/templates/index.html.ep @@ -21,4 +21,6 @@ <% } %> -<%= pagination($this_page, $last_page, '?page={page}') %> +
+ <%= pagination($this_page, $last_page, '?page={page}') %> +
diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index 903fb58..4d9d796 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -7,24 +7,28 @@
-

Guestbook-NG

- - - - - - - -
<%= link_to View => 'index' %> <%= link_to Sign => 'sign' %>
-
+
+

Guestbook-NG

+ + + + + + + +
<%= link_to View => 'index' %> <%= link_to Sign => 'sign' %>
+
+
<%= content %>