diff options
author | Peter Kozak <spag@golwen.net> | 2013-07-25 08:24:13 +0200 |
---|---|---|
committer | Peter Kozak <spag@golwen.net> | 2013-07-25 08:24:13 +0200 |
commit | b9e64be96f76043ab084db559941e099b7f10cd5 (patch) | |
tree | 705f81ce33faa95da911338f541c9abcc4b1ed22 /app/views | |
parent | 848f37bb1653242961442ad392da103ed1569bf6 (diff) |
reboot button added
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/extension_modules/show.html.haml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/extension_modules/show.html.haml b/app/views/extension_modules/show.html.haml index bb408ef..ac9d099 100644 --- a/app/views/extension_modules/show.html.haml +++ b/app/views/extension_modules/show.html.haml @@ -16,4 +16,7 @@ %strong= t('extension_modules.show.provisioning_key_active') + ":" = @extension_module.provisioning_key_active +%p + = link_to raw("<i class = 'icon-repeat'></i> ") + t('extension_modules.show.actions.restart'), restart_phone_extension_module_path(@phone, @extension_module), :method => :put, :class => 'btn btn-mini' + = render :partial => 'shared/show_edit_destroy_part', :locals => { :parent => @phone, :child => @extension_module } |