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