From 851a41c811c8a3692ca69f5bb8bf1ab93bfc77d2 Mon Sep 17 00:00:00 2001 From: mo khan Date: Sat, 7 Feb 2015 08:53:16 -0700 Subject: remove link to files from agents index. --- app/views/agents/index.html.erb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'app/views/agents') diff --git a/app/views/agents/index.html.erb b/app/views/agents/index.html.erb index a1021ed..3a6b738 100644 --- a/app/views/agents/index.html.erb +++ b/app/views/agents/index.html.erb @@ -9,7 +9,7 @@ Hostname - + @@ -17,7 +17,6 @@ <%= agent.hostname %> <%= link_to 'Events', agent_events_path(agent) %> - <%= link_to 'Files', agent_files_path(agent) %> <%= link_to 'Show', agent %> <%= link_to 'Edit', edit_agent_path(agent) %> <%= link_to 'Destroy', agent, method: :delete, data: { confirm: 'Are you sure?' } %> -- cgit v1.2.3