summaryrefslogtreecommitdiff
path: root/app/views/calls/_form_core.html.haml
diff options
context:
space:
mode:
authorPeter Kozak <spag@golwen.net>2013-03-07 02:36:38 -0500
committerPeter Kozak <spag@golwen.net>2013-03-07 02:36:38 -0500
commitc98072557273ff4383013f73621061ece34fc6d2 (patch)
treebef0469095415e2b2d794d66ae1946c66fe7c092 /app/views/calls/_form_core.html.haml
parentbc3f8ae65689046f2b41123c7b392c4718d48dfd (diff)
call model table changed
Diffstat (limited to 'app/views/calls/_form_core.html.haml')
-rw-r--r--app/views/calls/_form_core.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/calls/_form_core.html.haml b/app/views/calls/_form_core.html.haml
index 4cdd55e..ec795f2 100644
--- a/app/views/calls/_form_core.html.haml
+++ b/app/views/calls/_form_core.html.haml
@@ -1,2 +1,2 @@
.inputs
- = f.input :dest, :as => :string, :label => t('calls.form.destination.label'), :hint => conditional_hint('calls.form.destination.hint'), :autofocus => true
+ = f.input :destination, :as => :string, :label => t('calls.form.destination.label'), :hint => conditional_hint('calls.form.destination.hint'), :autofocus => true