blob: 7c068ae4609a32f4ee460f465cf28b6fde892083 (
plain)
1
2
3
4
5
6
7
|
- content_for :title, t("softkeys.show.page_title")
%p
%strong= t("softkeys.functions.#{@softkey.softkey_function}") + ":"
=@softkey.to_s
= render :partial => 'shared/show_edit_destroy_part', :locals => { :parent => @softkey.sip_account, :child => @softkey }
|