Sha256: 631f6b92730e5242d822d0f90ecb31698648159315abd3e830c8db3d3a48eca5
Contents?: true
Size: 482 Bytes
Versions: 6
Compression:
Stored size: 482 Bytes
Contents
<!DOCTYPE html> <html lang="de" class="no-js"> <head> <title>Testapp</title> <%= stylesheet_link_tag "application", :media => "all" %> <%= javascript_include_tag "application" %> <%= javascript_tag "$.ajaxSetup({ async: false });" if Rails.env.test? %> <%= csrf_meta_tags %> </head> <body class="<%= body_class %>"> <%= render :partial => "shared/flashes" %> <%= yield %> </body> </html> <!-- Created with care by DIE ANTWORT · Büro für Informationstechnik GmbH -->
Version data entries
6 entries across 6 versions & 1 rubygems