Skip to content

Commit

Permalink
ISSUE #448: Rollback show_dismissal
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorMonardez committed Dec 10, 2024
1 parent 8b7a655 commit 66182d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/student_enrollment/_show_dismissal.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<h4><%= t "activerecord.attributes.enrollment.thesis_defense_committee_professors" %></h4>
<%= render partial: "enrollments/show_defense_committee_table", locals: {
thesis_defense_committee_professors: thesis_defense_committee_professors,
thesis_defense_date: thesis_defense_date,
thesis_defense_date: enrollment.thesis_defense_date,
} %>
<% end %>
</details>
Expand Down

0 comments on commit 66182d9

Please sign in to comment.