1 <div title="<%= title_helper %>" class="memo">
3 <p>You are now logged into the system, <%= @fullname %>...</p>
4 <p>Since you are here it's safe to assume the application never called store_location, otherwise you would have been redirected somewhere else after a successful login.</p>
6 <%= link_to '« logout', :action => 'logout' %>