web/app/views/index/index.html.erb
changeset 63 33ab7e8188d0
parent 44 0429d91be03e
child 68 ea16cf625333
--- a/web/app/views/index/index.html.erb	Thu Jun 20 22:40:07 2013 +0200
+++ b/web/app/views/index/index.html.erb	Thu Jun 20 23:31:53 2013 +0200
@@ -1,8 +1,14 @@
 <%= currently_at "index" %>
 
-<h1>Calipel</h1>
-<p>
-Simple micro-benchmarking framework inspired by SUnit a Caliper
-</P>
+<%= image_tag "logo.png", width: '400px', class: "pull-right" %>
 
-<h2>Current Test Results</h2>
+<div class="span6">
+  <h1>Calipel</h1>
+  <p>
+    Simple micro-benchmarking framework inspired by SUnit a Caliper
+  </P>
+  <h2>Current Test Results</h2>
+
+  <%= render 'index/benchmarks_table', results: @current_results, make_chart: false %>
+  <%= render 'index/benchmarks_table', results: @current_results, make_chart: true %>
+</div>