blob: a9393873b8420e3e2216ed0194349f644a0dd376 (
plain)
1
2
3
4
5
6
|
- if @type
- content_for :title, t("call_histories.index.page_title_#{@type}")
- else
- content_for :title, t("call_histories.index.page_title")
= render "index_core", :call_histories => @call_histories
|