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> </head>
<body> <body>
<h1>Post::Text</h1> <h1>Post::Text</h1>
<%= content %> <%= content =%>
</body> </body>
</html> </html>

View File

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