5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-05 19:35:45 +00:00
panel/views/posts/_form.haml

7 lines
263 B
Plaintext
Raw Normal View History

2017-10-05 19:42:32 +00:00
%form{method: 'post', action: "/sites/#{@site.name}/posts/#{@post.basename}"}
.form-group
%button.btn.btn-success{type: 'submit'} Guardar
.form-group
%textarea.form-control{name: 'post[content]', id: 'contents', autofocus: true}
= @post.content