Skip to content

Commit

Permalink
Changed new page
Browse files Browse the repository at this point in the history
  • Loading branch information
KseniaGovorun committed Dec 2, 2024
1 parent 3d22504 commit a4c1f1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/account/calculators/partials/_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<legend class="admin-legend">Calculator</legend>
<%= f.input :en_name, label: "Calculator Name:", class: 'form-control' %>
<%= f.input :uk_name, label: "Uk Calculator Name:", class: 'form-control' %>
<%= f.label :logo_picture, "Upload logo:", class: "form-label d-block" %>
<%= f.file_field :logo_picture, accept: "image/jpeg, image/png", class: "file-input mb-3" %>
</fieldset>

<!-- formula input-->
Expand All @@ -30,8 +32,6 @@
<div class="links">
<%= link_to_add_association "+ Add Field", f, :fields, partial: "account/calculators/partials/field_fields", class: "underline" %>
</div>
<%= f.label :logo_picture, "Upload logo:", class: "form-label d-block" %>
<%= f.file_field :logo_picture, accept: "image/jpeg, image/png", class: "file-input mb-3" %>
</fieldset>
</div>
</div>
Expand Down

0 comments on commit a4c1f1c

Please sign in to comment.