summaryrefslogtreecommitdiff
path: root/app/views/cdrs/index.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/cdrs/index.html.haml')
-rw-r--r--app/views/cdrs/index.html.haml4
1 files changed, 4 insertions, 0 deletions
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