Sha256: b4397e2f342ade3448b2f0828456313b96ebc7bf831c48dfba65812c22d22d92
Contents?: true
Size: 605 Bytes
Versions: 1
Compression:
Stored size: 605 Bytes
Contents
<!DOCTYPE html> <html lang="de" class="no-js"> <head> <title>Testapp</title> <link href="/stylesheets/application.css" type="text/css" rel="stylesheet"> <!--[if lte IE 7]><link href="/public/stylesheets/ie7.css" type="text/css" rel="stylesheet"><![endif]--> <%= sprockets_include_tag %> <%= javascript_tag "$.ajaxSetup({ async: false });" if Rails.env.test?%> <%= csrf_meta_tag %> </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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
da-suspenders-1.0.0 | template/trout/app/views/layouts/application.html.erb |