From 768054582e2dc6c033e08d627521928ab4bd3524 Mon Sep 17 00:00:00 2001 From: Peter Kozak Date: Tue, 23 Jul 2013 10:46:21 +0200 Subject: extension_modules added --- app/views/extension_modules/index.html.haml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 app/views/extension_modules/index.html.haml (limited to 'app/views/extension_modules/index.html.haml') diff --git a/app/views/extension_modules/index.html.haml b/app/views/extension_modules/index.html.haml new file mode 100644 index 0000000..7a57eb5 --- /dev/null +++ b/app/views/extension_modules/index.html.haml @@ -0,0 +1,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} \ No newline at end of file -- cgit v1.2.3