Sha256: 9ab9616a2994b72a2e00c213dadbbad63ff27a613ccf11f230ba2797949d38f5
Contents?: true
Size: 562 Bytes
Versions: 2
Compression:
Stored size: 562 Bytes
Contents
<!DOCTYPE html> <html lang="de" class="no-js"> <head> <title>Testapp</title> <%= stylesheet_link_tag "application", :media => "all" %> <!--[if lte IE 7]><%= stylesheet_link_tag "ie", :media => "all" %><![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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
da-suspenders-1.0.3 | template/trout/app/views/layouts/application.html.erb |
da-suspenders-1.0.2 | template/trout/app/views/layouts/application.html.erb |