📄 _form.rhtml
字号:
<%= error_messages_for 'customer' %>
<!--[form:customer]-->
<p><label for="customer_name">Name</label><br/>
<%= text_field 'customer', 'name' %></p>
<p><label for="customer_street">Street</label><br/>
<%= text_field 'customer', 'street' %></p>
<p><label for="customer_city">City</label><br/>
<%= text_field 'customer', 'city' %></p>
<p><label for="customer_zip">Zip</label><br/>
<%= text_field 'customer', 'zip' %></p>
<p><label for="customer_country">Country</label><br/>
<%= text_field 'customer', 'country' %></p>
<p><label for="customer_telefone">Telefone</label><br/>
<%= text_field 'customer', 'telefone' %></p>
<p><label for="customer_fax">Fax</label><br/>
<%= text_field 'customer', 'fax' %></p>
<p><label for="customer_email">Email</label><br/>
<%= text_field 'customer', 'email' %></p>
<!--[eoform:customer]-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -