Minor typo: no. => No.
This commit is contained in:
parent
5f859d9b3d
commit
135ec6b98d
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
<div class="control-group">
|
||||
<%= f.fields_for :address do |address_f| %>
|
||||
<%= address_f.label :street, "Street · no.".html_safe, :class => "control-label" %>
|
||||
<%= address_f.label :street, "Street · No.".html_safe, :class => "control-label" %>
|
||||
<div class="controls">
|
||||
<%= address_f.text_field :street, :placeholder => "Straße", :class => "input-xlarge" %>
|
||||
<%= address_f.text_field :housenr, :placeholder => "No.", :class => "input-small" %>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue