<%= stylesheet_link_tag "application" %> <%= javascript_include_tag "application" %> <%= csrf_meta_tags %>
Logged in as <%= current_user.login %> (<%= current_user.name %>)
<%- 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 %> message icon <%= h flash[:error] ? flash[:error] : flash[:notice] %>
<%- end -%>
<%= yield %>