diff options
Diffstat (limited to 'app/views/call_histories/index.html.haml')
-rw-r--r-- | app/views/call_histories/index.html.haml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/call_histories/index.html.haml b/app/views/call_histories/index.html.haml new file mode 100644 index 0000000..adf6838 --- /dev/null +++ b/app/views/call_histories/index.html.haml @@ -0,0 +1,6 @@ +- if @type + - title t("call_histories.index.page_title_#{@type}") +- else + - title t("call_histories.index.page_title") + += render "index_core", :call_histories => @call_histories |