mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-03 22:41:48 +01:00
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:
parent
8a794b480d
commit
92f1487143
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue