web/app/views/settings/runtimes/index.html.erb
changeset 106 eac4098d544d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/web/app/views/settings/runtimes/index.html.erb	Tue Jun 25 22:11:10 2013 +0200
@@ -0,0 +1,11 @@
+<%= currently_setting "runtimes" %>
+
+<h1>Runtimes</h1>
+
+<%= render 'form', 
+  runtime: @runtime, 
+  heading: "Create new #{@runtime.name}" %>
+
+<% if all_runtimes.present? %>
+  <%= render 'table', runtimes: all_runtimes %>
+<% end %>