aboutsummaryrefslogtreecommitdiff
path: root/app/views/backends/index.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/backends/index.html.erb')
-rw-r--r--app/views/backends/index.html.erb8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/views/backends/index.html.erb b/app/views/backends/index.html.erb
new file mode 100644
index 0000000..99ec1b8
--- /dev/null
+++ b/app/views/backends/index.html.erb
@@ -0,0 +1,8 @@
+
+<h1>Backends</h1>
+
+<% Backends.classes.each do |backend_class| %>
+ <h2>&nbsp; - <%= backend_class.label %></h2>
+
+
+<% end %>