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.
10 lines
349 B
10 lines
349 B
= render :partial => 'application/header', :locals => {:image_file => @banner_image || 'grafitti.jpg'}
|
|
%article
|
|
= row do
|
|
= columns do
|
|
- if @sent
|
|
%h2=_'articles.contact.headings.sent', :t
|
|
%p=_'articles.contact.paragraphs.sent', :p
|
|
- else
|
|
%h2=_'articles.contact.headings.contact'
|
|
= render 'contact', cancel_btn: false
|