Open-Source-Access-Control-.../app/views/macs/index.html.erb

10 lines
289 B
Plaintext
Raw Normal View History

<h2>What machines are on our network?</h2>
<% @macs.each do |mac| %>
<%= mac.user.name unless mac.user.blank? %>
2013-02-01 04:25:54 +00:00
<%= mac.mac if mac.user.blank? %> <!--
<%= mac.since %>,
<%= mac.refreshed %>,
<%= mac.active %>--> |
<%= link_to 'Edit', edit_mac_path(mac) %> <br/>
<% end %>