Project

General

Profile

« Previous | Next » 

Revision 6874bbd9

Added by Paul Kelly about 14 years ago

  • ID 6874bbd96a2988d324bee75a00c288211556ba40

Fixes #232 - Removes AS from Users page

The password verification test has not yet been implemented but will get done in AuthSourceInternal fix
All tests now pass These tests now work whether settings[:ldap] is enabled or not
Plus whitespace fix

View differences:

app/views/operatingsystems/_form.html.erb
</span>
</p>
<p>
<% field_set_tag("Partition tables") do %>
<% field_set_tag("Partition tables") do %>
<%= edit_habtm @operatingsystem, Ptable %>
<% end -%>
</p>
<p>
<% field_set_tag("Installation Medias") do %>
<% field_set_tag("Installation Medias") do %>
<%= edit_habtm @operatingsystem, Media %>
<% end -%>
</p>

Also available in: Unified diff