diff options
| author | Peter Kozak <spag@golwen.net> | 2013-02-27 06:04:50 -0500 |
|---|---|---|
| committer | Peter Kozak <spag@golwen.net> | 2013-02-27 06:04:50 -0500 |
| commit | ed0117210837dd1d0d2dbf403799b70225caf0cd (patch) | |
| tree | c7f27eba275bbedf0505e9078592f562f37e2bbe /app/views/calls/_form.html.haml | |
| parent | 22eb173c74893114350e4b5351a58b48673f63b3 (diff) | |
calls views added
Diffstat (limited to 'app/views/calls/_form.html.haml')
| -rw-r--r-- | app/views/calls/_form.html.haml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/views/calls/_form.html.haml b/app/views/calls/_form.html.haml new file mode 100644 index 0000000..ccdcd72 --- /dev/null +++ b/app/views/calls/_form.html.haml @@ -0,0 +1,7 @@ += simple_form_for([ @parent, @call ]) do |f| + = f.error_notification + + = render "form_core", :f => f + + .form-actions + = f.button :submit, conditional_t('calls.form.submit') |
