Skip to content

Commit

Permalink
Fix bug (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
bewee authored Jan 7, 2022
1 parent 14f8b02 commit 25ecd98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/people/_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
</div>

<div class="actions mt-3">
<%= form.submit "Update Person", class: 'btn btn-primary' %>
<%= form.submit class: 'btn btn-primary' %>
</div>

<script defer>
Expand Down

0 comments on commit 25ecd98

Please sign in to comment.