AutoCommit Don Sep 3 11:03:01 CEST 2015

This commit is contained in:
Andreas Stephanides
2015-09-03 11:03:01 +02:00
parent e7c21ad95b
commit 4835155d06
5 changed files with 42 additions and 15 deletions

View File

@@ -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>