Changeset 243
- Timestamp:
- 08/31/08 23:54:43 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
nethorus/app/views/common/_device_information_box.html.erb
r242 r243 1 1 <% unless device.nil? %> 2 <%= link_to device.hostname, { :controller => 'manage_device', :action => ' index', :id => device.id } %>2 <%= link_to device.hostname, { :controller => 'manage_device', :action => 'device', :device_id => device.id } %> 3 3 <% end %>
