<%= select_tag "parameter", options_from_collection_for_select(UserAttribute.sys(_sid).all, 'id', 'name', params[:parameter]), :include_blank=>true %> |
<%= text_field_tag "value", params[:value] %>
Optional: the value for the selected attribute
|
<% end %>