blob: 803bd72a400998888b34c1027aed1c2120fb68ab (
plain)
1
2
3
4
5
6
|
- content_for :title, t("sim_cards.index.page_title")
- if @sim_cards && @sim_cards.count > 0
= render "index_core", :sim_cards => @sim_cards
= render :partial => 'shared/create_link', :locals => {:parent => @parent, :child_class => SimCard}
|