fix login page for mobile view.

git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@843 a4c988fc-2ded-0310-b66e-134b36920a42
This commit is contained in:
lrbalt 2008-05-12 15:45:37 +00:00
parent 8a794b480d
commit 92f1487143

View file

@ -39,7 +39,7 @@ class LoginController < ApplicationController
end
respond_to do |format|
format.html
format.m { render :action => 'login_mobile.rhtml', :layout => 'mobile' }
format.m { render :action => 'login_mobile.html.erb', :layout => 'mobile' }
end
end