blob: a87f809906fb284d694964501cab48bdaa23579f (
plain)
1
2
3
4
5
6
7
8
|
- content_for :title, t("calls.index.page_title")
- if @calls.count > 0
= render "index_core", :calls => @calls, :parent => @parent
%a.btn.btn-small.btn-default{:href => method( :"new_#{@parent.class.name.underscore}_call_path" ).(@parent) }
%i.icon-plus
=t("calls.index.actions.create")
|