mirror of
https://github.com/diaspora/diaspora.git
synced 2026-01-09 07:08:07 -05:00
user account edit page fully ported to bootstrap
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user