commit | 4af3f0bb67b94f55b97ddd712140430b3c0c427a | [log] [tgz] |
---|---|---|
author | Nils Diewald <nils@diewald-online.de> | Wed Jun 25 01:43:17 2014 +0000 |
committer | Nils Diewald <nils@diewald-online.de> | Wed Jun 25 01:43:17 2014 +0000 |
tree | 3ac69a3ce98d539cb5bebb9d753db76e2ce48bdf | |
parent | e192230ede65a1a54329dbd39af3aea09fd5c289 [diff] [blame] |
Minor changes
diff --git a/templates/match_info.html.ep b/templates/match_info.html.ep new file mode 100644 index 0000000..5fa0ddf --- /dev/null +++ b/templates/match_info.html.ep
@@ -0,0 +1,7 @@ +% content main => begin +<div id="search" class="match"> + <ol class="left-aligned"> +%= include 'match' + </ol> +</div> +% end