Sha256: 90bb19f8bdff31f025b80e31c74542430b78e03805c1e8f9ec26ae0ae331e4d7

Contents?: true

Size: 354 Bytes

Versions: 29

Compression:

Stored size: 354 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title>default_layout_erb</title>
</head>
<body>

<%
$order ||= [ ]
$order << :layout_pre
%>

<p>pre_layout foo: <%= @foo %></p>
<p>pre_layout order: <%= $order.inspect %></p>

<%= yield %>

<%
$order << :layout_post
%>

<p>post_layout foo: <%= @foo %></p>
<p>post_layout order: <%= $order.inspect %></p>

</body>
</html>

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
fortitude-0.9.6-java spec/rails/templates/layouts_system_spec/app/views/layouts/application.html.erb
fortitude-0.9.6 spec/rails/templates/layouts_system_spec/app/views/layouts/application.html.erb
fortitude-0.9.5-java spec/rails/templates/layouts_system_spec/app/views/layouts/application.html.erb
fortitude-0.9.5 spec/rails/templates/layouts_system_spec/app/views/layouts/application.html.erb
fortitude-0.9.4-java spec/rails/templates/layouts_system_spec/app/views/layouts/application.html.erb
fortitude-0.9.4 spec/rails/templates/layouts_system_spec/app/views/layouts/application.html.erb
fortitude-0.9.3-java spec/rails/templates/layouts_system_spec/app/views/layouts/application.html.erb
fortitude-0.9.3 spec/rails/templates/layouts_system_spec/app/views/layouts/application.html.erb
fortitude-0.9.2-java spec/rails/templates/layouts_system_spec/app/views/layouts/application.html.erb
fortitude-0.9.2 spec/rails/templates/layouts_system_spec/app/views/layouts/application.html.erb
fortitude-0.9.1-java spec/rails/templates/layouts_system_spec/app/views/layouts/application.html.erb
fortitude-0.9.1 spec/rails/templates/layouts_system_spec/app/views/layouts/application.html.erb
fortitude-0.9.0-java spec/rails/templates/layouts_system_spec/app/views/layouts/application.html.erb
fortitude-0.9.0 spec/rails/templates/layouts_system_spec/app/views/layouts/application.html.erb
fortitude-0.0.10-java spec/rails/templates/layouts_system_spec/app/views/layouts/application.html.erb
fortitude-0.0.10 spec/rails/templates/layouts_system_spec/app/views/layouts/application.html.erb
fortitude-0.0.9-java spec/rails/templates/layouts_system_spec/app/views/layouts/application.html.erb
fortitude-0.0.9 spec/rails/templates/layouts_system_spec/app/views/layouts/application.html.erb
fortitude-0.0.7-java spec/rails/templates/layouts_system_spec/app/views/layouts/application.html.erb
fortitude-0.0.7 spec/rails/templates/layouts_system_spec/app/views/layouts/application.html.erb