Skip to content

Commit

Permalink
display requester name as-is
Browse files Browse the repository at this point in the history
  • Loading branch information
amtuannguyen committed Jan 15, 2025
1 parent d9e3ea7 commit 38f2243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/data_requests/_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<div class="col-md-8">
<div class="row">
<div class="col-12 mb-3">
<h3 class="requestor_name"><%= current_user.name.capitalize %></h3>
<h3 class="requestor_name"><%= current_user.name %></h3>
</div>
<div class="col-md-6">
<%= f.input :phone, label: "Phone Number", input_html: {class: "form-control"} %>
Expand Down

0 comments on commit 38f2243

Please sign in to comment.