summaryrefslogtreecommitdiff
path: root/app/views/softkeys/show.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/softkeys/show.html.haml')
-rw-r--r--app/views/softkeys/show.html.haml7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/views/softkeys/show.html.haml b/app/views/softkeys/show.html.haml
new file mode 100644
index 0000000..9ab4333
--- /dev/null
+++ b/app/views/softkeys/show.html.haml
@@ -0,0 +1,7 @@
+- title t("softkeys.show.page_title")
+
+%p
+ %strong= t('softkeys.show.function') + ":"
+ =@softkey.to_s
+
+= render :partial => 'shared/show_edit_destroy_part', :locals => { :parent => @softkey.sip_account, :child => @softkey } \ No newline at end of file