blob: d0b68a9bc9ba566055988be061e81e1b8aa8da02 (
plain)
1
2
3
4
5
6
|
- content_for :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}
|