File: _form.html.ep

package info (click to toggle)
libmojo-pg-perl 4.28-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 344 kB
  • sloc: perl: 545; sql: 19; makefile: 7
file content (11 lines) | stat: -rw-r--r-- 230 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
%= form_for $target => begin
  %= label_for title => 'Title'
  <br>
  %= text_field title => $post->{title}
  <br>
  %= label_for body => 'Body'
  <br>
  %= text_area body => $post->{body}
  <br>
  %= submit_button $caption
% end