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