diff options
author | Peter Kozak <spag@golwen.net> | 2013-03-15 08:42:30 -0400 |
---|---|---|
committer | Peter Kozak <spag@golwen.net> | 2013-03-15 08:42:30 -0400 |
commit | 5f909eb79791c7ab232a8693712cce2583a6ee0b (patch) | |
tree | a9843573d431abd81a5b6af06edb6773c810cd4c /app/views/softkeys | |
parent | 8b4c7759dc4b589dd68ea96bfebdd51051526c9d (diff) |
display label
Diffstat (limited to 'app/views/softkeys')
-rw-r--r-- | app/views/softkeys/show.html.haml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/softkeys/show.html.haml b/app/views/softkeys/show.html.haml index 7c068ae..64adbe6 100644 --- a/app/views/softkeys/show.html.haml +++ b/app/views/softkeys/show.html.haml @@ -1,6 +1,9 @@ - content_for :title, t("softkeys.show.page_title") %p + %strong= t("softkeys.show.label") + ":" + =@softkey.label +%p %strong= t("softkeys.functions.#{@softkey.softkey_function}") + ":" =@softkey.to_s |