Sha256: 50da57d9531e0db1828b1d5ce7f9deff7b46e249ba4bb6e5ae38f5e88a43355a

Contents?: true

Size: 748 Bytes

Versions: 6

Compression:

Stored size: 748 Bytes

Contents

<div class="row">
  <div class="col-md-6 col-xs-12 mx-auto">
    <div class="card w-75 mx-auto">
      <div class="card-body">
        <h4 class="card-title"><%= t(:label_reset_password) %></h4>
        <%= symphonia_form_tag(url: reset_password_account_path(params[:id]), method: 'put') do |f| %>
          <%= f.error_messages %>
          <%= f.password_field(:password, label: t(:'attributes.password'), required: true, wrapper_class: 'required') -%>
          <%#= f.password_field(:password_confirmation, label: t(:'attributes.password_confirmation'), required: true, wrapper_class: 'required') -%>

          <%= f.submit(t(:button_submit), class: 'btn btn-primary btn-block') -%>

        <% end %>

      </div>
    </div>
  </div>
</div>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
symphonia-3.1.1 app/views/symphonia/accounts/reset_password.html.erb
symphonia-3.1.0 app/views/symphonia/accounts/reset_password.html.erb
symphonia-3.0.3 app/views/symphonia/accounts/reset_password.html.erb
symphonia-3.0.2 app/views/symphonia/accounts/reset_password.html.erb
symphonia-3.0.1 app/views/symphonia/accounts/reset_password.html.erb
symphonia-3.0.0 app/views/symphonia/accounts/reset_password.html.erb