From b9e64be96f76043ab084db559941e099b7f10cd5 Mon Sep 17 00:00:00 2001 From: Peter Kozak Date: Thu, 25 Jul 2013 08:24:13 +0200 Subject: reboot button added --- app/views/extension_modules/show.html.haml | 3 +++ 1 file changed, 3 insertions(+) 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(" ") + 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 } -- cgit v1.2.3