mirror of
https://github.com/diaspora/diaspora.git
synced 2026-01-09 15:18:11 -05:00
Remove blueprint code
This commit is contained in:
@@ -4,12 +4,8 @@
|
||||
|
||||
class UsersController < ApplicationController
|
||||
before_action :authenticate_user!, :except => [:new, :create, :public, :user_photo]
|
||||
before_action -> { @css_framework = :bootstrap }, only: [:privacy_settings, :edit]
|
||||
|
||||
layout ->(c) { request.format == :mobile ? "application" : "with_header_with_footer" }, only: [:privacy_settings, :edit]
|
||||
|
||||
use_bootstrap_for :getting_started
|
||||
|
||||
respond_to :html
|
||||
|
||||
def edit
|
||||
|
||||
Reference in New Issue
Block a user