Sha256: 9953ce76d3234eef7e6be5f68368f1748cda2c7effea4bcb1172e7caadd4546f
Contents?: true
Size: 321 Bytes
Versions: 1
Compression:
Stored size: 321 Bytes
Contents
<html> <head> <title>SambaController: <%= controller.action_name %></title> </head> <body> <h1>Samba + LDAP Management</h1> <p>Populated.</p> <ul> <% @entries.each do |entry| %> <li><%= h entry.dn %></li> <% end %> </ul> <%= link_to "Back", :action => nil %> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
activesambaldap-0.0.8 | example/asl-admin/app/views/samba/populate.html.erb |