lib/ruby_app/themes/mobile.rb in RubyApp-0.0.21 vs lib/ruby_app/themes/mobile.rb in RubyApp-0.0.22

- old
+ new

@@ -15,10 +15,11 @@ require 'ruby_app/elements/list' require 'ruby_app/elements/lists/select' require 'ruby_app/elements/markdown' require 'ruby_app/elements/navigation/base/base_breadcrumbs' require 'ruby_app/elements/page' +require 'ruby_app/elements/pages/authentication/open_id/authentication_page' require 'ruby_app/elements/pages/base/base_blank_page' require 'ruby_app/elements/pages/blank_page' RubyApp::Elements::Base::BasePage.template_path(:html, File.join(File.dirname(__FILE__), %w[mobile base])) RubyApp::Elements::Calendars::Month.template_path(:css, File.join(File.dirname(__FILE__), %w[mobile calendars])) @@ -30,8 +31,9 @@ RubyApp::Elements::List.template_path(:css, File.join(File.dirname(__FILE__), %w[mobile])) RubyApp::Elements::Lists::Select.template_path(:css, File.join(File.dirname(__FILE__), %w[mobile lists])) RubyApp::Elements::Markdown.template_path(:css, File.join(File.dirname(__FILE__), %w[mobile])) RubyApp::Elements::Navigation::Base::BaseBreadcrumbs.template_path(:html, File.join(File.dirname(__FILE__), %w[mobile navigation base])) RubyApp::Elements::Page.template_path(:css, File.join(File.dirname(__FILE__), %w[mobile])) +RubyApp::Elements::Pages::Authentication::OpenID::AuthenticationPage.template_path(:css, File.join(File.dirname(__FILE__), %w[mobile pages authentication open_id])) RubyApp::Elements::Pages::Base::BaseBlankPage.template_path(:html, File.join(File.dirname(__FILE__), %w[mobile pages base])) RubyApp::Elements::Pages::Base::BaseBlankPage.template_path(:css, File.join(File.dirname(__FILE__), %w[mobile pages base])) RubyApp::Elements::Pages::BlankPage.template_path(:css, File.join(File.dirname(__FILE__), %w[mobile pages]))