diff options
author | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-06-21 15:07:44 +0200 |
---|---|---|
committer | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-06-21 15:07:44 +0200 |
commit | 4ce04ec03bc8f362d48ded43833645e7f454cb5c (patch) | |
tree | f078d226e17a64b6dc17b2976bb5dddcc9768715 /app/views/switchboard_entries/show.html.haml | |
parent | 51db65fb71e638a1e2b5b2d8f19f6a685017099f (diff) |
Added blind transfer functionality for the switchboard.
Diffstat (limited to 'app/views/switchboard_entries/show.html.haml')
-rw-r--r-- | app/views/switchboard_entries/show.html.haml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/switchboard_entries/show.html.haml b/app/views/switchboard_entries/show.html.haml index b519781..85b8166 100644 --- a/app/views/switchboard_entries/show.html.haml +++ b/app/views/switchboard_entries/show.html.haml @@ -18,5 +18,10 @@ %strong= t('switchboard_entries.show.position') + ":" %td = @switchboard_entry.position + %tr + %td + %strong= t('switchboard_entries.show.switchable') + ":" + %td + = @switchboard_entry.switchable = render :partial => 'shared/show_edit_destroy_part', :locals => {:parent => @switchboard, :child => @switchboard_entry }
\ No newline at end of file |