Skip to content

Commit

Permalink
:thisisfine:
Browse files Browse the repository at this point in the history
  • Loading branch information
brianjaustin committed Dec 28, 2024
1 parent 8be6dc0 commit 840b78b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/users/_admin_change_username.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
<%= t(".new_username_footnote") %>
</p>
</dd>
<dt><%= label_tag :ticket_id, t(".ticket_id") %></dt>
<dd><%= text_field_tag :ticket_id, nil, autocomplete: "off" %></dd>
<dt><%= label_tag :ticket_number, t(".ticket_id") %></dt>
<dd><%= text_field_tag :ticket_number, nil, autocomplete: "off" %></dd>
<dt class="landmark"><%= t("users.change_username.submit_landmark") %></dt>
<dd class="submit actions">
<%= submit_tag t("users.change_username.change_username") %>
Expand Down

0 comments on commit 840b78b

Please sign in to comment.