Skip to content

Commit

Permalink
use raw
Browse files Browse the repository at this point in the history
  • Loading branch information
amtuannguyen committed Oct 17, 2024
1 parent 7d298a4 commit 062983e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/student_view/process/begin.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<%= simple_form_for @student, method: :post, url: organize_student_information_student_thesis_path(@student, @thesis), html: { class: "form-horizontal border border-2 bg-light" } do |f| %>
<%= f.label :email_external, label: "Non-YorkU Email Address", required: true, class: "d-block mb-1" %>
<p class="form-text"><%= AppSettings.student_begin_external_non_yorku_email %></p>
<p class="form-text">raw(<%= AppSettings.student_begin_external_non_yorku_email %>)</p>
<%= f.input :email_external, label: false %>

<div class="row">
Expand Down

0 comments on commit 062983e

Please sign in to comment.