Changeset 247

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

Correct a typo - the function is format_l3_interface, not format_l3_interfaces

Files:

Legend:

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

    r242 r247  
    4545 
    4646   <td><tt><%=h format_l2_interface(l2_interface.address) %></tt></td> 
    47    <td><tt><%=h format_l3_interfaces(l2_interface) %></tt></td> 
     47   <td><tt><%=h format_l3_interface(l2_interface) %></tt></td> 
    4848    <td><%= number_to_human_size(l2_interface.ifspeed) %></td> 
    4949    <td><%= l2_interface.ifmtu %></td>