blob: 687a9dcd5208921819937b6ebfeee205a0b2444b (
plain)
1
2
3
4
5
6
|
- title t("call_routes.index.page_title")
- if @call_routes && @call_routes.count > 0
= render "index_core", :call_routes => @call_routes
= render :partial => 'shared/create_link', :locals => {:child_class => CallRoute}
|