From 3e03b82cd08e9b6bdad45e5e0c3ccffb528cb9c4 Mon Sep 17 00:00:00 2001 From: swag Date: Mon, 10 Jan 2022 21:57:39 -0500 Subject: [PATCH] Some tweaks --- templates/layouts/default.html.ep | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index 51d0bde..15a5cfb 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -1,23 +1,24 @@ - Guestbook-NG - <%= title %> - + Swagg::Net::Guestbook - <%= title %> + <%= asset 'swagg.css' %>
-

Guestbook-NG

+

Swagg::Net::Guestbook

<% if (flash 'error') { =%>

Stop! You've violated the law:

<%= flash 'error' %>

Please report to the - <%= link_to 'cyber police', 'mailto:swaggboi@slackware.uk' %>!

+ <%= link_to 'cyber police', 'mailto:swaggboi@slackware.uk' %>!

<% } =%>