Skip to content

Commit

Permalink
moved tinymce form on top of the page, to the calculators info container
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielVajnagi committed Jan 20, 2025
1 parent 8c7b500 commit 317d9b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/views/account/calculators/partials/_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<div id="fields" class="space-y-4">
<%= render "account/calculators/partials/color_selector", f: f %>
</div>
<%= render "account/calculators/partials/tinymce_form", f: f %>
</fieldset>

<!-- formula input-->
Expand Down Expand Up @@ -37,8 +38,6 @@
</div>
</div>
</div>

<%= render "account/calculators/partials/tinymce_form", f: f %>

<div class="button-group d-flex">
<%= f.button :submit, t('account.calculators.new.create_calculator_button'), class: 'btn btn-green me-2 height-auto w-auto' %>
Expand Down

0 comments on commit 317d9b3

Please sign in to comment.