Sha256: d11b7cb01a916270e3d04ca4e56ff0e22c2e2bcc91ab5fa484bab199148e9af2

Contents?: true

Size: 538 Bytes

Versions: 3

Compression:

Stored size: 538 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 }); $.fx.off = true;" if Rails.env.test? %>
  <%= csrf_meta_tags %>
</head>
<body class="<%= body_class %>">
  <div class="container">
    <%= render :partial => "shared/flashes" %>
    <%= yield %>
  </div>
</body>
</html>
<!-- Created with care by DIE ANTWORT · Büro für Informationstechnik GmbH -->

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
da-suspenders-2.0.0 template/trout/app/views/layouts/application.html.erb
da-suspenders-1.3.1 template/trout/app/views/layouts/application.html.erb
da-suspenders-1.3.0 template/trout/app/views/layouts/application.html.erb