theforeman/smart-proxy

View on GitHub
views/dhcp/index.erb

Summary

Maintainability
Test Coverage
<h2>Subnets</h2>
<ul>
  <% @subnets.sort.each do |subnet| %>
    <a href="/dhcp/<%= subnet.network %>"><li><%= subnet %></li></a>
  <% end %>
</ul>
<%="Total of #{@subnets.size} subnets" %>