Skip to content

Commit

Permalink
make personal email plural
Browse files Browse the repository at this point in the history
  • Loading branch information
ArushC committed Apr 22, 2024
1 parent 749e254 commit 867b4bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/teachers/_teacher_info.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</div>
</div>
<div class="row mb-4">
<div class="col-sm-4 font-weight-bold">Personal Email:</div>
<div class="col-sm-4 font-weight-bold">Personal Emails:</div>
<div class="col-sm-6">
<% teacher.personal_emails.each do |email| %>
<div class="d-flex align-items-center mb-2">
Expand Down

0 comments on commit 867b4bd

Please sign in to comment.