user account edit page fully ported to bootstrap

This commit is contained in:
Pablo Cuadrado
2014-06-28 01:51:28 -03:00
parent 0bc83b93e5
commit 855597541a
6 changed files with 235 additions and 213 deletions

View File

@@ -4,6 +4,9 @@
class UsersController < ApplicationController
before_filter :authenticate_user!, :except => [:new, :create, :public, :user_photo]
before_filter -> { @css_framework = :bootstrap }, only: [:privacy_settings, :edit]
layout ->(c) { request.format == :mobile ? "application" : "with_header_with_footer" }
use_bootstrap_for :getting_started