Changeset 243

Show
Ignore:
Timestamp:
08/31/08 23:54:43 (4 months ago)
Author:
pwh
Message:

Change the :id parameter to :device_id

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • nethorus/app/views/common/_device_information_box.html.erb

    r242 r243  
    11<% 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 } %> 
    33<% end %>