diff options
Diffstat (limited to 'app/views/agents/show.html.erb')
-rw-r--r-- | app/views/agents/show.html.erb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/agents/show.html.erb b/app/views/agents/show.html.erb new file mode 100644 index 0000000..0652dc8 --- /dev/null +++ b/app/views/agents/show.html.erb @@ -0,0 +1,3 @@ +<article class="agent" id="agent-<%= @agent.to_param %>"> + <%= render partial: @agent %> +</article> |