Clean up views a bit
This commit is contained in:
parent
55e6089fdd
commit
78a5683389
|
@ -5,6 +5,6 @@
|
|||
</head>
|
||||
<body>
|
||||
<h1>Post::Text</h1>
|
||||
<%= content %>
|
||||
<%= content =%>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -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' %>
|
||||
|
|
Loading…
Reference in New Issue
Block a user