forked from bofh/fetsite
AutoCommit Don Sep 3 11:03:01 CEST 2015
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
</td>
|
||||
<td>
|
||||
<%= semantic_fields_for "users[#{user.id}]", user do |f|%>
|
||||
<%= f.input :fetprofile ,:label=>false , :as=>:select , :collection=>Fetprofile.all %>
|
||||
<%= f.input :fetprofile ,:label=>false , :as=>:select , :collection=>Fetprofile.order(:vorname,:nachname) %>
|
||||
|
||||
<% end %>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user