Sha256: b13e81967e111cf2d0b7544d2ae91f64e9046d0a96f169b5c32714627b0be2aa
Contents?: true
Size: 775 Bytes
Versions: 12
Compression:
Stored size: 775 Bytes
Contents
<%% if alert.present? %> <div popover class="flash" style="--flash-position: 5rem;" data-controller="element-removal" data-action="animationend->element-removal#remove" role="alert"><%%= alert %></div> <%% end %> <h1 class="font-bold text-4xl mbe-4">Update your password</h1> <%%= form_with url: password_path(params[:token]), method: :put, class: "flex flex-col gap" do |form| %> <%%= form.password_field :password, required: true, autocomplete: "new-password", placeholder: "Enter new password", maxlength: 72, class: "input" %> <%%= form.password_field :password_confirmation, required: true, autocomplete: "new-password", placeholder: "Repeat new password", maxlength: 72, class: "input" %> <%%= form.submit "Save", class: "btn btn--primary i-min" %> <%% end %>
Version data entries
12 entries across 12 versions & 1 rubygems