diaspora/app/views/users/privacy_settings.mobile.haml
2017-08-16 20:39:58 +02:00

19 lines
460 B
Text

-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
- flash.each do |name, msg|
.alert{class: "alert-#{flash_class name}", role: "alert"}
= msg
- content_for :page_title do
= t(".title")
.settings-container.container-fluid
.row
.col-md-12
= render "shared/settings_nav"
.row
.col-md-12
= render "privacy_settings"