Sha256: 3ac9d49add9c875bdac6ad26d4a90c50dc5baa5ab096f8926568566cc57fd600

Contents?: true

Size: 551 Bytes

Versions: 12

Compression:

Stored size: 551 Bytes

Contents

<%  @title = 'New password' %>
<%= erb :'template/header' %>

<% if defined? @error %>
  <p class="error"><%= @error %></p>
<% elsif defined? @success %>
  <p class="success"><%= @success %></p>
<% else %>
  <form action="<%= @current_url %>" method="post">
    <input type="password" placeholder="current password" name="curr_password"><br>
    <input type="password" placeholder="new password"     name="password"     ><br>
    <%= csrf_tag %>
    <input type="submit" value="Send">
  </form>
<% end %>

<%= erb :'template/footer' %>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
gennaro-0.3.6.2 templates/authentication/views/user/new_password.erb
gennaro-0.3.6.1 templates/authentication/views/user/new_password.erb
gennaro-0.3.6 templates/authentication/views/user/new_password.erb
gennaro-0.3.5 templates/authentication/views/user/new_password.erb
gennaro-0.3.4.2 templates/authentication/views/user/new_password.erb
gennaro-0.3.4.1 templates/authentication/views/user/new_password.erb
gennaro-0.3.4 templates/authentication/views/user/new_password.erb
gennaro-0.3.3 templates/authentication/views/user/new_password.erb
gennaro-0.3.2.3 templates/authentication/views/user/new_password.erb
gennaro-0.3.2.2 templates/authentication/views/user/new_password.erb
gennaro-0.3.2.1 templates/authentication/views/user/new_password.erb
gennaro-0.3.2 templates/authentication/views/user/new_password.erb