Sha256: 3fe6db3200815454d2aba7c9957e6d7c9386134d823423c9621cf8f04173f0a5
Contents?: true
Size: 442 Bytes
Versions: 10
Compression:
Stored size: 442 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>RailsApp</title> <%= stylesheet_link_tag "application", :media => "all" %> <%= javascript_include_tag "application" %> <%= csrf_meta_tags %> </head> <body> <div id='notice'> <%= flash[:notice] %> </div> <div id='alert'> <%= flash[:alert] %> </div> <% if current_admin %> <%= link_to "Sign Out", destroy_admin_session_path, :method => :delete %> <% end %> <%= yield %> </body> </html>
Version data entries
10 entries across 10 versions & 2 rubygems