blob: 8bdc00e025d9674a00dcd5988fdb49d1a7a40a1b (
plain)
1
2
3
4
5
6
|
- title t("softkeys.index.page_title")
- if @softkeys.count > 0
= render "index_core", :softkeys => @softkeys
= render :partial => 'shared/create_link', :locals => {:parent => @sip_account, :child_class => Softkey}
|