commit | e75815145e27615b42c6e51ae9b9fcad818ae0d6 | [log] [tgz] |
---|---|---|
author | Nils Diewald <nils@diewald-online.de> | Thu Dec 04 16:12:10 2014 +0000 |
committer | Nils Diewald <nils@diewald-online.de> | Thu Dec 04 16:12:10 2014 +0000 |
tree | 286f7872d842022f7f2022f5ddb3d33224c165ba | |
parent | 791b5909e032ff0c381b0e367c953cbc73cc989b [diff] [blame] |
Fixed test port
diff --git a/templates/collections.html.ep b/templates/collections.html.ep index 0102536..7399ea4 100644 --- a/templates/collections.html.ep +++ b/templates/collections.html.ep
@@ -12,6 +12,6 @@ </li> % }; </ul> -% if (stash('test_port')) { +% if (korap_test_port()) { <p style="font-size: 9pt; padding-left: 1em">Index port: <%= $c->url_for($c->config('KorAP')->{'api-0.1'})->port %></p> % };