diff options
author | Peter Kozak <spag@golwen.net> | 2013-06-22 10:25:31 +0200 |
---|---|---|
committer | Peter Kozak <spag@golwen.net> | 2013-06-22 10:25:31 +0200 |
commit | 130e77d4c9df2cca2425b63a443ea8745133d083 (patch) | |
tree | 4637509156e35ac172937d02e9639b6cde8b29a6 /app/views/cdrs/index.html.haml | |
parent | 08ecc91d89a2b6a83daee4a1ffda5520e38e53c6 (diff) |
cdrs added
Diffstat (limited to 'app/views/cdrs/index.html.haml')
-rw-r--r-- | app/views/cdrs/index.html.haml | 4 |
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 |