From 2863cbb20264b723c386cce5bca38e72aa859bf2 Mon Sep 17 00:00:00 2001 From: spen Date: Wed, 4 Feb 2015 11:50:02 +0800 Subject: [PATCH] fix field name --- app/views/actives/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/actives/show.html.erb b/app/views/actives/show.html.erb index b141299..f8420d2 100644 --- a/app/views/actives/show.html.erb +++ b/app/views/actives/show.html.erb @@ -92,7 +92,7 @@
- <%= f.text_field :phone, :class=>"input-medium form-control", :placeholder=> t('act_signup.fax') %> + <%= f.text_field :fax, :class=>"input-medium form-control", :placeholder=> t('act_signup.fax') %>