Sha256: 1ae5f014a92dc7b4007a8c3a2115a3487e8d63869c48fbee4c073cb1eb568481

Contents?: true

Size: 1.07 KB

Versions: 106

Compression:

Stored size: 1.07 KB

Contents

<div class="mx-auto md:w-2/3 w-full">
  <%% if alert = flash[:alert] %>
    <p class="py-2 px-3 bg-red-50 mb-5 text-red-500 font-medium rounded-lg inline-block" id="alert"><%%= alert %></p>
  <%% end %>

  <h1 class="font-bold text-4xl">Update your password</h1>

  <%%= form_with url: password_path(params[:token]), method: :put, class: "contents" do |form| %>
    <div class="my-5">
      <%%= form.password_field :password, required: true, autocomplete: "new-password", placeholder: "Enter new password", maxlength: 72, class: "block shadow rounded-md border border-gray-400 outline-none px-3 py-2 mt-2 w-full" %>
    </div>

    <div class="my-5">
      <%%= form.password_field :password_confirmation, required: true, autocomplete: "new-password", placeholder: "Repeat new password", maxlength: 72, class: "block shadow rounded-md border border-gray-400 outline-none px-3 py-2 mt-2 w-full" %>
    </div>

    <div class="inline">
      <%%= form.submit "Save", class: "rounded-lg py-3 px-5 bg-blue-600 text-white inline-block font-medium cursor-pointer" %>
    </div>
  <%% end %>
</div>

Version data entries

106 entries across 80 versions & 1 rubygems

Version Path
tailwindcss-rails-3.0.0 lib/generators/tailwindcss/authentication/templates/app/views/passwords/edit.html.erb
tailwindcss-rails-3.0.0 lib/generators/tailwindcss/authentication/templates/views/passwords/edit.html.erb
tailwindcss-rails-2.7.9-x86_64-linux lib/generators/tailwindcss/authentication/templates/views/passwords/edit.html.erb
tailwindcss-rails-2.7.9-x86_64-linux lib/generators/tailwindcss/authentication/templates/app/views/passwords/edit.html.erb
tailwindcss-rails-2.7.9-x86_64-darwin lib/generators/tailwindcss/authentication/templates/app/views/passwords/edit.html.erb
tailwindcss-rails-2.7.9-x86_64-darwin lib/generators/tailwindcss/authentication/templates/views/passwords/edit.html.erb
tailwindcss-rails-2.7.9-x64-mingw-ucrt lib/generators/tailwindcss/authentication/templates/app/views/passwords/edit.html.erb
tailwindcss-rails-2.7.9-x64-mingw-ucrt lib/generators/tailwindcss/authentication/templates/views/passwords/edit.html.erb
tailwindcss-rails-2.7.9-x64-mingw32 lib/generators/tailwindcss/authentication/templates/app/views/passwords/edit.html.erb
tailwindcss-rails-2.7.9-x64-mingw32 lib/generators/tailwindcss/authentication/templates/views/passwords/edit.html.erb
tailwindcss-rails-2.7.9 lib/generators/tailwindcss/authentication/templates/views/passwords/edit.html.erb
tailwindcss-rails-2.7.9 lib/generators/tailwindcss/authentication/templates/app/views/passwords/edit.html.erb
tailwindcss-rails-2.7.9-arm-linux lib/generators/tailwindcss/authentication/templates/app/views/passwords/edit.html.erb
tailwindcss-rails-2.7.9-arm-linux lib/generators/tailwindcss/authentication/templates/views/passwords/edit.html.erb
tailwindcss-rails-2.7.9-arm64-darwin lib/generators/tailwindcss/authentication/templates/views/passwords/edit.html.erb
tailwindcss-rails-2.7.9-arm64-darwin lib/generators/tailwindcss/authentication/templates/app/views/passwords/edit.html.erb
tailwindcss-rails-2.7.9-aarch64-linux lib/generators/tailwindcss/authentication/templates/app/views/passwords/edit.html.erb
tailwindcss-rails-2.7.9-aarch64-linux lib/generators/tailwindcss/authentication/templates/views/passwords/edit.html.erb
tailwindcss-rails-2.7.8-x86_64-linux lib/generators/tailwindcss/authentication/templates/app/views/passwords/edit.html.erb
tailwindcss-rails-2.7.8-x86_64-linux lib/generators/tailwindcss/authentication/templates/views/passwords/edit.html.erb