diff options
author | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-06-24 16:43:42 +0200 |
---|---|---|
committer | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-06-24 16:43:42 +0200 |
commit | a24aee0fdfcbbc2200ad05ee5b789aec5988f1ad (patch) | |
tree | b2b8f1201c4d483174a6e22e98492be4ff2d0048 /app/views/switchboards | |
parent | e0c3ca61eeed9b9ac6d5786809e023f5dc27c069 (diff) |
First step to provide an attended transfer.
Diffstat (limited to 'app/views/switchboards')
-rw-r--r-- | app/views/switchboards/show.html.erb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/switchboards/show.html.erb b/app/views/switchboards/show.html.erb index 1a8e5a0..f3304cf 100644 --- a/app/views/switchboards/show.html.erb +++ b/app/views/switchboards/show.html.erb @@ -50,6 +50,7 @@ <p> {{#each activeCall in activeCalls}} <button {{action transfer_blind activeCall.id phoneNumber.number}} class="btn btn-small">Transfer</button> + <button {{action transfer_attended activeCall.id phoneNumber.number}} class="btn btn-small">Attended Transfer</button> {{/each}} </p> {{/if}} |