commit | 3663013f13dabade5ebd848ebe47dfa1c8160ad3 | [log] [tgz] |
---|---|---|
author | Nils Diewald <nils@diewald-online.de> | Fri Nov 07 03:52:00 2014 +0000 |
committer | Nils Diewald <nils@diewald-online.de> | Fri Nov 07 03:52:00 2014 +0000 |
tree | 7ab316b5315746649837f9aa4651718a7f37b4ea | |
parent | bc1aab12db5c948c9d80ab4e390f064dace4598b [diff] |
Show backend port to test users only
diff --git a/templates/collections.html.ep b/templates/collections.html.ep index 59f62ce..465b71e 100644 --- a/templates/collections.html.ep +++ b/templates/collections.html.ep
@@ -12,4 +12,6 @@ </li> % }; </ul> +% if (stash('test_port')) { <p style="font-size: 9pt; padding-left: 1em">Index port: <%= $c->url_for($c->config('KorAP')->{'api-0.1'})->port %></p> +% };