summaryrefslogtreecommitdiff
path: root/app/views/softkeys/_index_core.html.haml
diff options
context:
space:
mode:
authorspag <spag@golwen.net>2013-02-08 10:06:34 +0100
committerspag <spag@golwen.net>2013-02-08 10:06:34 +0100
commitcd909970e8443ca86ad0be09b26cf5fb616ea303 (patch)
treecf7c9710f87b6062fe0b3622a2d6aa993375197b /app/views/softkeys/_index_core.html.haml
parentef562b407c14e9b145e500e64424ccd5bd31dbb4 (diff)
softkey.softkey_function vs. softkey.function
Diffstat (limited to 'app/views/softkeys/_index_core.html.haml')
-rw-r--r--app/views/softkeys/_index_core.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/softkeys/_index_core.html.haml b/app/views/softkeys/_index_core.html.haml
index e2cb16c..4a06c72 100644
--- a/app/views/softkeys/_index_core.html.haml
+++ b/app/views/softkeys/_index_core.html.haml
@@ -15,7 +15,7 @@
- if softkeys.count > 1
%span.handle
%i.icon-resize-vertical
- %td= softkey.function
+ %td= t("softkeys.functions.#{softkey.softkey_function}")
%td= softkey.number
%td= softkey.label
=render :partial => 'shared/index_view_edit_destroy_part', :locals => {:parent => softkey.sip_account, :child => softkey} \ No newline at end of file