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
|
||||
= t('.title')
|
||||
|
||||
#section_header
|
||||
%h2
|
||||
= t('privacy')
|
||||
= render 'shared/settings_nav'
|
||||
.bootstrap_header_padding
|
||||
|
||||
.span-12.prepend-5.last
|
||||
%h3
|
||||
= t('.ignored_users')
|
||||
.container
|
||||
.row-fluid
|
||||
.span-12
|
||||
#section_header
|
||||
%h2
|
||||
= t('privacy')
|
||||
= render 'shared/settings_nav'
|
||||
|
||||
- @blocks.each do |block|
|
||||
= block.person_name
|
||||
\-
|
||||
= link_to t('.stop_ignoring'), block_path(block),
|
||||
:method => :delete
|
||||
%br
|
||||
.span-12
|
||||
%h3
|
||||
= t('.ignored_users')
|
||||
|
||||
- @blocks.each do |block|
|
||||
= block.person_name
|
||||
\-
|
||||
= link_to t('.stop_ignoring'), block_path(block),
|
||||
:method => :delete
|
||||
%br
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue