You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
461 B
13 lines
461 B
10 years ago
|
- content_for :banner do
|
||
|
- image = image_url('columbus_group.jpg')
|
||
|
#header-title.short{style: capable_of(:svg) ? nil : "background-image: url(#{image})"}
|
||
|
- if capable_of(:svg)
|
||
|
= render 'application/banner_image.svg', {:image => image}
|
||
|
%h1=_'page_titles.Safer_Spaces_Policy'
|
||
|
|
||
|
%article
|
||
|
%h2=_'page_titles.Safer_Spaces_Policy'
|
||
|
%p=_'static_text.policy.paragraph_1', :p
|
||
|
|
||
|
-# UserMailer.activation_needed_email('goodgodwin@hotmail.com').deliver
|