commit | 179c8ac739c5a407cd5a7c8b6d645dd281b0a5d8 | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Tue Jun 30 19:30:50 2015 +0200 |
committer | Akron <nils@diewald-online.de> | Tue Jun 30 19:30:50 2015 +0200 |
tree | 434c2b5f070f2698ab6d274633e66eb7340495d7 | |
parent | a0cd596099c20451421e7d1bca9ee18cc9432eac [diff] [blame] |
Added KoralQuery and alignment to result buttons
diff --git a/templates/not_found.production.html.ep b/templates/not_found.production.html.ep index eebf7c6..953ab43 100644 --- a/templates/not_found.production.html.ep +++ b/templates/not_found.production.html.ep
@@ -1,3 +1,4 @@ +% my $msg = stash('msg') // loc('notFound'); % layout 'main', title => 'KorAP: ' . loc('notFound'); <p id="no-results"><%= $msg %></p>