blob: f2e69f49e3a97d1ab8aef6afc431c8c8a742c567 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
- content_for :title, t("switchboards.edit.page_title")
.row
.span12
= render "form"
.row
.span12
- if @switchboard.switchboard_entries && @switchboard.switchboard_entries.count > 0
= render "switchboard_entries/index_core", :switchboard_entries => @switchboard.switchboard_entries
= render :partial => 'shared/create_link', :locals => {:parent => @switchboard, :child_class => SwitchboardEntry}
|