summaryrefslogtreecommitdiff
path: root/app/views/softkeys/show.html.haml
blob: 64adbe6f41800a8f718aa48ca8a9e0b90be19952 (plain)
1
2
3
4
5
6
7
8
9
10
- 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
    
= render :partial => 'shared/show_edit_destroy_part', :locals => { :parent => @softkey.sip_account, :child => @softkey }