summaryrefslogtreecommitdiff
path: root/app/views/extension_modules/index.html.haml
blob: 7a57eb5d44d2be8070d3275162f32dac947eb04e (plain)
1
2
3
4
5
6
- content_for :title, t("extension_modules.index.page_title")

- if @extension_modules && @extension_modules.count > 0
  = render "index_core", :extension_modules => @extension_modules

= render :partial => 'shared/create_link', :locals => {:parent => @phone, :child_class => ExtensionModule}