change password field icon on log in page
This commit is contained in:
parent
00247ee6f2
commit
4a87fb9baa
2 changed files with 2 additions and 1 deletions
lib/bones73k_web/templates/user_session
|
@ -32,7 +32,7 @@
|
|||
<%= label f, :password, class: "form-label" %>
|
||||
<div class="input-group has-validation mb-3">
|
||||
<span class="input-group-text">
|
||||
<%= icon_div @conn, "bi-key", [class: "icon fs-5"] %>
|
||||
<%= icon_div @conn, "bi-shield-lock", [class: "icon fs-5"] %>
|
||||
</span>
|
||||
<%= password_input f, :password,
|
||||
class: "form-control",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue