Skip to content

Commit

Permalink
change the headers
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffibm committed Nov 20, 2023
1 parent 740fb87 commit 8e68772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/miq_ae_class/_method_inputs.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
- if @ae_method.location == 'inline'
= render :partial => "embedded_methods"
= render :partial => "domain_overrides", :locals => {:node_prefix => "aem", :model => "Method"}
%h3= (@ae_method.location == 'builtin') ? _('Builtin name') : _('Data')
- if @ae_method.location == "inline"
- if @in_a_form
%h3= (@ae_method.location == 'builtin') ? _('Builtin name') : _('Data')
= text_area("method1",
"data",
:value => @ae_method.data,
Expand Down

0 comments on commit 8e68772

Please sign in to comment.