diff --git a/apps/fg_http/lib/fg_http_web/templates/password_reset/edit.html.eex b/apps/fg_http/lib/fg_http_web/templates/password_reset/edit.html.eex deleted file mode 100644 index ed57b0cd4..000000000 --- a/apps/fg_http/lib/fg_http_web/templates/password_reset/edit.html.eex +++ /dev/null @@ -1,5 +0,0 @@ -
| Reset sent at | -Reset token | - -- |
|---|---|---|
| <%= password_reset.reset_sent_at %> | -<%= password_reset.reset_token %> | - -- <%= link "Show", to: Routes.password_reset_path(@conn, :show, password_reset) %> - <%= link "Edit", to: Routes.password_reset_path(@conn, :edit, password_reset) %> - <%= link "Delete", to: Routes.password_reset_path(@conn, :delete, password_reset), method: :delete, data: [confirm: "Are you sure?"] %> - | -