summaryrefslogtreecommitdiff
path: root/app/views/softkeys/show.html.haml
blob: 9ab43339f72a539b21cb665dde87bc4b359d1222 (plain)
1
2
3
4
5
6
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 }