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