aboutsummaryrefslogtreecommitdiff
path: root/app/views/agents/index.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/agents/index.html.erb')
-rw-r--r--app/views/agents/index.html.erb5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/agents/index.html.erb b/app/views/agents/index.html.erb
new file mode 100644
index 0000000..6cb9fb3
--- /dev/null
+++ b/app/views/agents/index.html.erb
@@ -0,0 +1,5 @@
+<article id="agents">
+ <h1>Agents</h1>
+
+ <%= render partial: @agents %>
+</article>