File tree 3 files changed +2
-4
lines changed
3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
1
- @page_title = 'Layouts - ' + default_page_title
2
2
3
3
.outset
4
- - render_region :top
4
+ = render_region :top
5
5
%table #layouts .index
6
6
%thead
7
7
%tr
Original file line number Diff line number Diff line change 1
1
- @page_title = 'Snippets - ' + default_page_title
2
2
3
3
.outset
4
- - render_region :top
4
+ = render_region :top
5
5
%table #snippets .index
6
6
%thead
7
7
%tr
Original file line number Diff line number Diff line change @@ -194,7 +194,6 @@ def load_default_snippet_regions
194
194
edit . form_bottom . concat %w{ edit_buttons edit_timestamp }
195
195
end
196
196
snippet . index = RegionSet . new do |index |
197
- index . top . concat %w{ help_text }
198
197
index . thead . concat %w{ title_header modify_header }
199
198
index . tbody . concat %w{ title_cell modify_cell }
200
199
index . bottom . concat %w{ new_button }
@@ -211,7 +210,6 @@ def load_default_layout_regions
211
210
edit . form_bottom . concat %w{ edit_buttons edit_timestamp }
212
211
end
213
212
layout . index = RegionSet . new do |index |
214
- index . top . concat %w{ help_text }
215
213
index . thead . concat %w{ title_header modify_header }
216
214
index . tbody . concat %w{ title_cell modify_cell }
217
215
index . bottom . concat %w{ new_button }
You can’t perform that action at this time.
0 commit comments