File: edit.html.ep

package info (click to toggle)
libmojo-sqlite-perl 3.009-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 324 kB
  • sloc: perl: 610; sql: 11; makefile: 6
file content (4 lines) | stat: -rw-r--r-- 187 bytes parent folder | download | duplicates (7)
1
2
3
4
% layout 'blog', title => 'Edit post';
<h2>Edit post</h2>
%= include 'posts/_form', caption => 'Update', target => 'update_post'
%= button_to Remove => remove_post => {id => $post->{id}}