web/app/views/results/_results_nav.html.erb
changeset 106 eac4098d544d
parent 68 ea16cf625333
child 111 28dccacb2bc1
--- a/web/app/views/results/_results_nav.html.erb	Mon Jun 24 22:59:28 2013 +0200
+++ b/web/app/views/results/_results_nav.html.erb	Tue Jun 25 22:11:10 2013 +0200
@@ -4,10 +4,10 @@
       <% all_languages.each do |lang| %>
         <li class="nav-header"><%= lang.name %></li>
         <ul class="nav nav-list">
-          <% lang.language_implementations.each do |impl| %>
-            <%= nav_tab(impl.name, 
+          <% lang.runtimes.each do |runtime| %>
+            <%= nav_tab(runtime.name, 
                         current_tab: current_tab, 
-                        class: "special") { link_to(impl.name, impl_results_path(id: impl.id)) } %>
+                        class: "special") { link_to(runtime.name, runtime_results_path(id: runtime.id)) } %>
           <% end %>
         </ul>
       <% end %>