Clean up views a bit

This commit is contained in:
swaggboi 2022-07-30 02:33:45 -04:00
parent 55e6089fdd
commit 78a5683389
2 changed files with 2 additions and 2 deletions

View File

@ -5,6 +5,6 @@
</head>
<body>
<h1>Post::Text</h1>
<%= content %>
<%= content =%>
</body>
</html>

View File

@ -8,7 +8,7 @@
</div>
<div class="title field">
<%= label_for title => 'Title' %>
<%= text_field 'title', maxlength => 255, minlength => 1 %>
<%= text_field 'title', maxlength => 127, minlength => 1 %>
</div>
<div class="text field">
<%= label_for post => 'Text' %>