Sha256: 988b4de8fca5fdef0800f3d5a6dae2b8b72cb858b8dba66e41a5965313cad715

Contents?: true

Size: 863 Bytes

Versions: 17

Compression:

Stored size: 863 Bytes

Contents

<div class="old-user-password"
  data-show-password="<%= t "show_password", scope: "decidim.devise.shared.password_fields" %>"
  data-hide-password="<%= t "hide_password", scope: "decidim.devise.shared.password_fields" %>"
  data-hidden-password="<%= t "hidden_password", scope: "decidim.devise.shared.password_fields" %>"
  data-shown-password="<%= t "shown_password", scope: "decidim.devise.shared.password_fields" %>">
  <div class="!ml-0 old-password__wrapper">
    <%= form.send(:custom_label, :old_password, t("activemodel.attributes.user.old_password"), { required: true }) %>

    <% if local_assigns.has_key?(:show_help_text) %>
      <%= form.password_field :old_password, old_password_options %>
    <% else %>
      <%= form.password_field :old_password, autocomplete: "current-password", required: true, label: false %>
    <% end %>
  </div>
</div>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
decidim-core-0.30.0.rc2 app/views/decidim/account/_old_password_field.html.erb
decidim-core-0.30.0.rc1 app/views/decidim/account/_old_password_field.html.erb
decidim-core-0.29.2 app/views/decidim/account/_old_password_field.html.erb
decidim-core-0.28.5 app/views/decidim/account/_old_password_field.html.erb
decidim-core-0.29.1 app/views/decidim/account/_old_password_field.html.erb
decidim-core-0.28.4 app/views/decidim/account/_old_password_field.html.erb
decidim-core-0.29.0 app/views/decidim/account/_old_password_field.html.erb
decidim-core-0.28.3 app/views/decidim/account/_old_password_field.html.erb
decidim-core-0.29.0.rc4 app/views/decidim/account/_old_password_field.html.erb
decidim-core-0.29.0.rc3 app/views/decidim/account/_old_password_field.html.erb
decidim-core-0.29.0.rc2 app/views/decidim/account/_old_password_field.html.erb
decidim-core-0.29.0.rc1 app/views/decidim/account/_old_password_field.html.erb
decidim-core-0.28.2 app/views/decidim/account/_old_password_field.html.erb
decidim-core-0.28.1 app/views/decidim/account/_old_password_field.html.erb
decidim-core-0.28.0 app/views/decidim/account/_old_password_field.html.erb
decidim-core-0.28.0.rc5 app/views/decidim/account/_old_password_field.html.erb
decidim-core-0.28.0.rc4 app/views/decidim/account/_old_password_field.html.erb