privacy settings page ported to bootstrap
This commit is contained in:
parent
9e34887712
commit
2611747875
1 changed files with 18 additions and 13 deletions
|
|
@ -5,19 +5,24 @@
|
||||||
- content_for :page_title do
|
- content_for :page_title do
|
||||||
= t('.title')
|
= t('.title')
|
||||||
|
|
||||||
#section_header
|
.bootstrap_header_padding
|
||||||
%h2
|
|
||||||
= t('privacy')
|
|
||||||
= render 'shared/settings_nav'
|
|
||||||
|
|
||||||
.span-12.prepend-5.last
|
.container
|
||||||
%h3
|
.row-fluid
|
||||||
= t('.ignored_users')
|
.span-12
|
||||||
|
#section_header
|
||||||
|
%h2
|
||||||
|
= t('privacy')
|
||||||
|
= render 'shared/settings_nav'
|
||||||
|
|
||||||
- @blocks.each do |block|
|
.span-12
|
||||||
= block.person_name
|
%h3
|
||||||
\-
|
= t('.ignored_users')
|
||||||
= link_to t('.stop_ignoring'), block_path(block),
|
|
||||||
:method => :delete
|
- @blocks.each do |block|
|
||||||
%br
|
= block.person_name
|
||||||
|
\-
|
||||||
|
= link_to t('.stop_ignoring'), block_path(block),
|
||||||
|
:method => :delete
|
||||||
|
%br
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue