Skip to content

Commit b2d28aa

Browse files
authored
Merge pull request #9550 from GilbertCherrie/remove_codemirror_tech_debt
Remove codemirror tech debt
2 parents 90252f1 + 20cd127 commit b2d28aa

File tree

6 files changed

+0
-46
lines changed

6 files changed

+0
-46
lines changed

app/views/catalog/explorer.html.haml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,3 @@
1919
ManageIQ.afterOnload = {action: () => miqPrepRightCellForm("#{x_active_tree}")}
2020
- else
2121
= render :partial => "layouts/x_gtl"
22-
23-
-# To include MyCodeMirror JS and CSS files
24-
= render :partial => "/layouts/my_code_mirror",
25-
:locals => {:text_area_id => "miq_none",
26-
:mode => "htmlmixed",
27-
:height => '350px',
28-
:width => '600px'}
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
11
#main_div
22
= render :partial => "all_tabs"
3-
4-
-# To include MyCodeMirror JS and CSS files
5-
= render :partial => "/layouts/my_code_mirror", :locals => {:text_area_id => "miq_none", :mode => "ruby"}

app/views/miq_ae_class/show.html.haml

Lines changed: 0 additions & 5 deletions
This file was deleted.

app/views/pxe/_template_script_data.html.haml

Lines changed: 0 additions & 11 deletions
This file was deleted.

app/views/pxe/explorer.html.haml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,3 @@
99
= render :partial => "template_list"
1010
- when :iso_datastores_tree
1111
= render :partial => "iso_datastore_list"
12-
13-
-# To include MyCodeMirror JS and CSS files
14-
= render(:partial => "/layouts/my_code_mirror",
15-
:locals => {:text_area_id => "miq_none",
16-
:mode => "xml",
17-
:modes => %w(shell xml)})

spec/views/miq_ae_class/show.html.haml_spec.rb

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)