Sha256: 704beb34f8ea90a2eac89b27d1db1c3392b10d0194070a2d5f2548731aa9fdbb
Contents?: true
Size: 529 Bytes
Versions: 3
Compression:
Stored size: 529 Bytes
Contents
<%= erb :'user/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 :'user/template/footer' %>
Version data entries
3 entries across 3 versions & 1 rubygems