Skip to content

Commit

Permalink
Update _form.html.erb
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielVajnagi authored Dec 3, 2024
1 parent 4a4510e commit 720daf2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/views/account/calculators/partials/_form.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<%= simple_form_for(@calculator, url: account_calculators_path) do |f| %>
<div class="form-group row">
<div class="my-auto col-12 has-float-label">

<fieldset class="bordered">
<legend class="admin-legend">Calculator</legend>
<%= f.input :en_name, label: "Calculator Name:", class: 'form-control' %>
Expand Down

0 comments on commit 720daf2

Please sign in to comment.