Sha256: 299b868be59d45433be88d792cee294318ca34f050c4ff10ca728da89ed240c4
Contents?: true
Size: 968 Bytes
Versions: 5
Compression:
Stored size: 968 Bytes
Contents
<% title _("LDAP Authentication") %> <% title_actions display_link_if_authorized(_("New LDAP Source"), hash_for_new_auth_source_ldap_path), help_path %> <table class="table table-bordered table-striped"> <tr> <th><%= s_("AuthSource|Name") %></th> <th><%= s_("AuthSource|Host") %></th> <th><%= s_("AuthSource|Onthefly register") %></th> <th><%= s_("AuthSource|Tls") %></th> <th></th> </tr> <% for auth_source_ldap in @auth_source_ldaps %> <tr> <td><%=link_to_if_authorized h(auth_source_ldap.name), hash_for_edit_auth_source_ldap_path(:id => auth_source_ldap.id) %></td> <td><%=h auth_source_ldap.host %></td> <td><%=checked_icon auth_source_ldap.onthefly_register %></td> <td><%=checked_icon auth_source_ldap.tls %></td> <td><%= display_delete_if_authorized hash_for_auth_source_ldap_path(:id => auth_source_ldap), :confirm => _("Delete %s?") % auth_source_ldap.name %></td> </tr> <% end %> </table>
Version data entries
5 entries across 5 versions & 1 rubygems