%= stylesheet_link_tag "application" %>
<%= javascript_include_tag "application" %>
<%= csrf_meta_tags %>
<%- if flash[:notice] or flash[:error] -%>
">
<%= link_to_function(image_tag('icons/close.png'), {:style => 'float: right;', :alt => 'Hide the notification'}) do |page|
page[:flash].drop_out
end %>
<%= h flash[:error] ? flash[:error] : flash[:notice] %>
<%- end -%>