<%%= stylesheet_link_tag "application-bs" %> <%%= javascript_include_tag "application-bs" %> <%%= csrf_meta_tags %> <%%= yield :head %>
<%% if not flash[:notice].blank? then %>
×

Info :

<%%= flash[:notice] %>
<%% end %> <%% if not flash[:error].blank? then %>
×

Error :

<%%= flash[:error] %>
<%% end %>
<%%= yield %>