!!!
%html
%head
%title= @title || "Le Pic Vert."
= stylesheet_link_tag :application, :media => "all"
= javascript_include_tag "application"
= csrf_meta_tags
%body
=image_tag("logo.png", :id =>"logo")
#main=yield
#footer
-if @survey
Actuellement,
-count = @survey.survey_sets.count
=count
-if count > 1
personnes ont répondu
-else
personne a répondu
à ce questionnaire. Merci pour votre participation !
%p.legals
site réalisé par
=link_to "Quartz Agence - Nicolas Bally", "http://www.quartz-agence.com", :target => "_blank"