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