summaryrefslogtreecommitdiff
path: root/app/views/sip_accounts/index.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/sip_accounts/index.html.haml')
-rw-r--r--app/views/sip_accounts/index.html.haml6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/sip_accounts/index.html.haml b/app/views/sip_accounts/index.html.haml
new file mode 100644
index 0000000..1131770
--- /dev/null
+++ b/app/views/sip_accounts/index.html.haml
@@ -0,0 +1,6 @@
+- title t("sip_accounts.index.page_title")
+
+- if @sip_accounts.count > 0
+ = render "index_core", :sip_accounts => @sip_accounts
+
+= render :partial => 'shared/create_link', :locals => {:parent => @parent, :child_class => SipAccount} \ No newline at end of file