<%%= stylesheet_link_tag "application" %> <%%= javascript_include_tag "application" %> <%%= csrf_meta_tags %> <%%= yield(:head) %>
<%%= yield(:page_header) %>
<%%= js extend_gritter :position => :bottom_right %> <%%= js add_gritter(flash[:notice], :image => :success, :title => "Notice", :sticky => false, :time => 2000) %> <%%= js add_gritter(flash[:alert], :image => :warning, :title => "Alert!", :sticky => false, :time => 2000) %> <%%= yield %>
<%% if request.fullpath=="/" %> <%% end %>
<%%= javascript_include_tag "/assets/exclusions/jquery.pageslide" %>