source: ProjectBuilder/devel/pb-server/templates/conf/list.html.ep@ 2077

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

First attempt to add a Mojolicious web app with swagger providing a RESTful API for pb

File size: 329 bytes
Line 
1% layout 'blog', title => 'ProjectBuilder';
2<TABLE>
3% for my $conf (@$confs) {
4%# <p>
5%# <h2><%= link_to $conf->{title} => show_conf => {id => $conf->{id}} %></h2>
6 <TR>
7 <TD><B>
8 %= $conf->{id}
9 </B></TD> <TD>
10 %= $conf->{body}
11 </TD>
12 </TR>
13%# </p>
14% }
15</TABLE>
16%# %= link_to 'New conf' => 'create_conf'
Note: See TracBrowser for help on using the repository browser.