Changeset 251

Show
Ignore:
Timestamp:
09/01/08 00:19:34 (4 months ago)
Author:
pwh
Message:

Rename bridge_management to manage_bridge

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • nethorus/app/views/manage_bridge

    • Property svn:mergeinfo set
  • nethorus/app/views/manage_bridge/_all_bridges.html.erb

    r219 r251  
    1414   </td> 
    1515   <td> 
    16     <%= link_to bridge.dot1d_base_bridge_address, :controller => 'bridge_management', :action => 'show_bridge', :bridge_id => bridge.id %> 
     16    <%= link_to bridge.dot1d_base_bridge_address, :controller => 'manage_bridge', :action => 'show_bridge', :bridge_id => bridge.id %> 
    1717   </td> 
    1818   <td> 
    19     <%= link_to bridge.dot1d_stp_designated_root, :controller => 'bridge_management', :action => 'show_bridge_group', :root_bridge => bridge.dot1d_stp_designated_root  %> 
     19    <%= link_to bridge.dot1d_stp_designated_root, :controller => 'manage_bridge', :action => 'show_bridge_group', :root_bridge => bridge.dot1d_stp_designated_root  %> 
    2020   </td> 
    2121  </tr>