diff options
author | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-03-12 13:40:18 +0100 |
---|---|---|
committer | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-03-12 13:40:18 +0100 |
commit | 5d3eeec6962010eb0b9cbcb9d3bb87d016bce199 (patch) | |
tree | 77181b0a6e09b6706237cb279f4763978932bb69 /app/views | |
parent | b08abf797d8e476e07a89e40f43cddef32039dfb (diff) |
Added sip_account_update trigger
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/switchboards/show.html.haml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/switchboards/show.html.haml b/app/views/switchboards/show.html.haml index 18671c2..2932366 100644 --- a/app/views/switchboards/show.html.haml +++ b/app/views/switchboards/show.html.haml @@ -16,3 +16,5 @@ %i.icon-edit.icon-white %span.hidden-phone =t("switchboard_entries.index.page_title") + += subscribe_to "/switchboards/#{@switchboard.id}"
\ No newline at end of file |