FogBugz #119: Comment out the Buddy feature for now. We'll get to it later.
This commit is contained in:
parent
135ec6b98d
commit
03fdf6990a
1 changed files with 12 additions and 11 deletions
|
|
@ -9,17 +9,18 @@
|
|||
<div class="controls"><%= f.text_field :lastname, :placeholder => "Nachname", :class => "input-xlarge" %></div>
|
||||
</div>
|
||||
|
||||
<div class="control-group">
|
||||
<%= label_tag(:has_buddy, "Buddies?", :class => "control-label") %>
|
||||
<div class="controls">
|
||||
<label class="checkbox">
|
||||
<%= check_box_tag(:has_buddy) %>
|
||||
wohnt zusammen mit
|
||||
</label>
|
||||
<%= text_field_tag(:buddy_firstname, nil, :placeholder => "first name", :class => "input-xlarge") %>
|
||||
<%= text_field_tag(:buddy_lastname, nil, :placeholder => "last name", :class => "input-xlarge") %>
|
||||
</div>
|
||||
</div>
|
||||
<%# The buddy feature will come later. %>
|
||||
<%# <div class="control-group"> %>
|
||||
<%# <%= label_tag(:has_buddy, "Buddies?", :class => "control-label") %>
|
||||
<%# <div class="controls"> %>
|
||||
<%# <label class="checkbox"> %>
|
||||
<%# <%= check_box_tag(:has_buddy) %>
|
||||
<%# wohnt zusammen mit %>
|
||||
<%# </label> %>
|
||||
<%# <%= text_field_tag(:buddy_firstname, nil, :placeholder => "first name", :class => "input-xlarge") %>
|
||||
<%# <%= text_field_tag(:buddy_lastname, nil, :placeholder => "last name", :class => "input-xlarge") %>
|
||||
<%# </div> %>
|
||||
<%# </div> %>
|
||||
|
||||
<div class="control-group">
|
||||
<%= f.fields_for :address do |address_f| %>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue