source: ProjectBuilder/devel/pb-server/templates/conf/_form.html.ep@ 2090

Last change on this file since 2090 was 2090, checked in by Bruno Cornec, 8 years ago

Adds template files for a REST API with Mojolicious

File size: 230 bytes
Line 
1%= form_for $target => begin
2 %= label_for title => 'Title'
3 <br>
4 %= text_field title => $conf->{title}
5 <br>
6 %= label_for body => 'Body'
7 <br>
8 %= text_area body => $conf->{body}
9 <br>
10 %= submit_button $caption
11% end
Note: See TracBrowser for help on using the repository browser.