Commit 851a41c

mo khan <mo@mokhan.ca>
2015-02-07 15:53:16
remove link to files from agents index.
1 parent 8ccc61d
Changed files (1)
app
views
app/views/agents/index.html.erb
@@ -9,7 +9,7 @@
       <thead>
         <tr>
           <th>Hostname</th>
-          <th colspan="5"></th>
+          <th colspan="4"></th>
         </tr>
       </thead>
       <tbody>
@@ -17,7 +17,6 @@
           <tr>
             <td><%= agent.hostname %></td>
             <td><%= link_to 'Events', agent_events_path(agent) %></td>
-            <td><%= link_to 'Files', agent_files_path(agent) %></td>
             <td><%= link_to 'Show', agent %></td>
             <td><%= link_to 'Edit', edit_agent_path(agent) %></td>
             <td><%= link_to 'Destroy', agent, method: :delete, data: { confirm: 'Are you sure?' } %></td>