diaspora/app/views/users/privacy_settings.html.haml

24 lines
519 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')
#section_header
%h2
= t('privacy')
= render 'shared/settings_nav'
.span-12.prepend-5.last
%h3
= t('.blocked_users')
- @blocks.each do |block|
= block.person.name
\-
= link_to t('.unblock'), block_path(block),
:confirm => t('are_you_sure'),
:method => :delete
%br