forked from bofh/fetsite
fetprofileprivate data
This commit is contained in:
@@ -28,6 +28,29 @@
|
||||
<div class="span4"> <%= f.input :fetmailalias %></div>
|
||||
</div>
|
||||
|
||||
<div class="row-fluid">
|
||||
<div class="span6">
|
||||
Adresse:
|
||||
|
||||
<%=f.input :street %>
|
||||
<%=f.input :plz %>
|
||||
<%=f.input :city %>
|
||||
KOntakt:
|
||||
<%=f.input :instant %>
|
||||
<%=f.input :skype %>
|
||||
<%=f.input :telnr %>
|
||||
<%=f.input :hdynr %>
|
||||
|
||||
</div>
|
||||
<div class="span6">
|
||||
Geburtstag:
|
||||
<%=f.input :birth_day %>
|
||||
<%=f.input :birth_month %>
|
||||
<%=f.input :birth_year %>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<% @memberships.each do |m| %>
|
||||
|
||||
<%= f.semantic_fields_for :memberships, m do |membership| %>
|
||||
|
||||
Reference in New Issue
Block a user