Project

General

Profile

« Previous | Next » 

Revision eb56c27a

Added by Ohad Levy about 12 years ago

  • ID eb56c27a56ca5e55b8cd6977917713dbbdbff884

[UI] minor changes to ldap page.

- LDAP attributes mappings are not related to on the fly creation

View differences:

app/helpers/layout_helper.rb
end
end
def icon_text(i, text="")
(content_tag(:i,"", :class=>"icon-#{i}") + " " + text).html_safe
def icon_text(i, text="", opts = {})
(content_tag(:i,"", :class=>"icon-#{i} #{opts[:class]}") + " " + text).html_safe
end
end

Also available in: Unified diff