From 130e77d4c9df2cca2425b63a443ea8745133d083 Mon Sep 17 00:00:00 2001 From: Peter Kozak Date: Sat, 22 Jun 2013 10:25:31 +0200 Subject: cdrs added --- app/views/cdrs/index.html.haml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 app/views/cdrs/index.html.haml (limited to 'app/views/cdrs/index.html.haml') diff --git a/app/views/cdrs/index.html.haml b/app/views/cdrs/index.html.haml new file mode 100644 index 0000000..b260b38 --- /dev/null +++ b/app/views/cdrs/index.html.haml @@ -0,0 +1,4 @@ +- content_for :title, t("cdrs.index.page_title") + +- if @cdrs.count > 0 + = render "index_core", :cdrs => @cdrs -- cgit v1.2.3