Sha256: 4fbc1eab74b47fad563e75887725e8780e000cef2c0e707d5b5ddbd9414b8088

Contents?: true

Size: 305 Bytes

Versions: 22

Compression:

Stored size: 305 Bytes

Contents

<!DOCTYPE html>
<%
$order << :layout_start if $order
%>
start_of_layout order: <%= $order.inspect %>
<html>
<head>
  <title>oop_rails_server_base_template layout_default</title>
</head>
<body>

<%= yield %>

</body>
</html>
<%
$order << :layout_end if $order
%>
end_of_layout order: <%= $order.inspect %>

Version data entries

22 entries across 22 versions & 1 rubygems

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