Sha256: 4913c3e4751eeee6125a3686a3db415fd1b7bac4d2bc8a7d6c3aa73c1ad44e9d
Contents?: true
Size: 339 Bytes
Versions: 9
Compression:
Stored size: 339 Bytes
Contents
<html> <head> <title><%= controller_class_name %>: <%%= 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
9 entries across 9 versions & 2 rubygems