Welcome to mirror list, hosted at ThFree Co, Russian Federation.

privacy_settings.mobile.haml « users « views « app - github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d4cca263732590af8ba24ed46efcd7abb33d2f9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
-#   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"