diaspora/app/views/users/privacy_settings.html.haml
2014-08-14 04:53:20 -03:00

30 lines
628 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.
- content_for :page_title do
= t('.title')
.bootstrap_header_padding
.container
.row-fluid
.span12
#section_header
%h2
= t('privacy')
= render 'shared/settings_nav'
.row-fluid
.span3
.span5
%h3
= t('.ignored_users')
- @blocks.each do |block|
= block.person_name
\-
= link_to t('.stop_ignoring'), block_path(block),
:method => :delete
%br
.span3