Sha256: ed60af5d22505b9300ac19cf6461711bccac7c5102aab494fc742c6557d48b14

Contents?: true

Size: 582 Bytes

Versions: 1

Compression:

Stored size: 582 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="/stylesheets/ie.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.1 template/trout/app/views/layouts/application.html.erb