summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Kozak <spag@golwen.net>2013-07-25 08:24:13 +0200
committerPeter Kozak <spag@golwen.net>2013-07-25 08:24:13 +0200
commitb9e64be96f76043ab084db559941e099b7f10cd5 (patch)
tree705f81ce33faa95da911338f541c9abcc4b1ed22
parent848f37bb1653242961442ad392da103ed1569bf6 (diff)
reboot button added
-rw-r--r--app/views/extension_modules/show.html.haml3
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 }