aboutsummaryrefslogtreecommitdiff
path: root/app/views/mini_environments/index.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/mini_environments/index.html.erb')
-rw-r--r--app/views/mini_environments/index.html.erb8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/views/mini_environments/index.html.erb b/app/views/mini_environments/index.html.erb
new file mode 100644
index 0000000..11d5a79
--- /dev/null
+++ b/app/views/mini_environments/index.html.erb
@@ -0,0 +1,8 @@
+
+<a href="<%= new_mini_environment_path %>">Create new mini environment</a>
+
+<% MiniEnvironment.all.each do |mini_environment| %>
+ <a href="<%= mini_environment_path mini_environment %>">
+ <h2><%= mini_environment.name %></h2>
+ </a>
+<% end %>