about summary refs log tree commit diff
path: root/views/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'views/layouts')
-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>