]> iEval git - gruntmaster-page.git/blobdiff - lib/Gruntmaster/Page/Us.pm
Modernize templates
[gruntmaster-page.git] / lib / Gruntmaster / Page / Us.pm
index f4b3981f0672f5a59b91be84ccb06ba062fcabea..0ca1e29ffc90de34fac73cd1e5ad096f48de4496 100644 (file)
@@ -9,7 +9,7 @@ our $VERSION = '0.001';
 
 use constant TEMPLATES => {
        en => <<'HTML',
-<ol><tmpl_loop users><li><a href="<tmpl_var id>"><tmpl_var name></a>
+<div class="list-group"><tmpl_loop users><a class="list-group-item" href="<tmpl_var id>"><tmpl_var name></a>
 </tmpl_loop></ol>
 HTML
 };
This page took 0.023117 seconds and 4 git commands to generate.