summaryrefslogtreecommitdiff
path: root/views/layouts/main.tt
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-09-25 16:55:46 +0200
committerfranck cuny <franck@lumberjaph.net>2010-09-25 16:55:46 +0200
commit1583fdbe2015c80ac87fa9045cda2a40c27ac757 (patch)
treeaf1d785af6ca828ef63e8ea18ad707581963ef70 /views/layouts/main.tt
parentmerge (diff)
downloadjitterbug-1583fdbe2015c80ac87fa9045cda2a40c27ac757.tar.gz
new layout
Diffstat (limited to '')
-rw-r--r--views/layouts/main.tt7
1 files changed, 2 insertions, 5 deletions
diff --git a/views/layouts/main.tt b/views/layouts/main.tt
index 9b97dbf..2512de7 100644
--- a/views/layouts/main.tt
+++ b/views/layouts/main.tt
@@ -7,7 +7,7 @@
<meta charset="UTF-8" />
<script type="text/javascript">
$(document).ready(function() {
- $('.commits a').click(function() {
+ $('.builds a').click(function() {
var url = $(this).attr("href");
$.getJSON(url, null, function(data) {
$("#display_test_result").html("<pre>" + data.content + "<pre>");
@@ -17,10 +17,7 @@
</script>
</head>
<body>
- <h1>jitterbug</h1>
- <div id="content">
- <: $content :>
- </div>
+ <: $content :>
<footer>
Powered by <a href="http://perldancer.org/">Dancer</a> 1.1810
</footer>