From 78a56833897f0326ef03f2b5944d5c3d35705385 Mon Sep 17 00:00:00 2001 From: swaggboi Date: Sat, 30 Jul 2022 02:33:45 -0400 Subject: [PATCH] Clean up views a bit --- templates/layouts/main.html.ep | 2 +- templates/post.html.ep | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/layouts/main.html.ep b/templates/layouts/main.html.ep index 9f3061e..48c6c8a 100644 --- a/templates/layouts/main.html.ep +++ b/templates/layouts/main.html.ep @@ -5,6 +5,6 @@

Post::Text

-<%= content %> +<%= content =%> diff --git a/templates/post.html.ep b/templates/post.html.ep index 2598213..2c2f75a 100644 --- a/templates/post.html.ep +++ b/templates/post.html.ep @@ -8,7 +8,7 @@
<%= label_for title => 'Title' %> - <%= text_field 'title', maxlength => 255, minlength => 1 %> + <%= text_field 'title', maxlength => 127, minlength => 1 %>
<%= label_for post => 'Text' %>