From e1dd1e28768833f723520c99cb515e4ce9efd9ed Mon Sep 17 00:00:00 2001 From: Raphael Sofaer Date: Wed, 10 Aug 2011 12:29:25 -0700 Subject: [PATCH] Make the devise password views work for mobile users, they're terrible but they display --- app/views/devise/passwords/{edit.html.haml => edit.haml} | 0 app/views/devise/passwords/{new.html.haml => new.haml} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename app/views/devise/passwords/{edit.html.haml => edit.haml} (100%) rename app/views/devise/passwords/{new.html.haml => new.haml} (100%) diff --git a/app/views/devise/passwords/edit.html.haml b/app/views/devise/passwords/edit.haml similarity index 100% rename from app/views/devise/passwords/edit.html.haml rename to app/views/devise/passwords/edit.haml diff --git a/app/views/devise/passwords/new.html.haml b/app/views/devise/passwords/new.haml similarity index 100% rename from app/views/devise/passwords/new.html.haml rename to app/views/devise/passwords/new.haml