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