source: ProjectBuilder/devel/pb-server/templates/conf/edit.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: 219 bytes
Line 
1% layout 'blog', title => 'Edit conf';
2<h2>Edit conf</h2>
3%= include 'confs/_form', caption => 'Update', target => 'update_conf'
4%= form_for remove_conf => {id => $conf->{id}} => begin
5 %= submit_button 'Remove'
6% end
Note: See TracBrowser for help on using the repository browser.