Sha256: a4e6af4c54c87ba186d2204a3d1279bf1dff6d4afe03a1bd14ea398174efc44e

Contents?: true

Size: 349 Bytes

Versions: 1

Compression:

Stored size: 349 Bytes

Contents

<!DOCTYPE html>
<html>
  <head>
    <title><%= "#{@title} | " unless @title.blank? %>Dummy</title>
    <%= stylesheet_link_tag    "application", :media => "all" %>
    <%= javascript_include_tag "application" %>
    <%= csrf_meta_tags %>
  </head>
  <body>
    <%= content_tag(:h1, @title) unless @title.blank? %>
    <%= yield %>
  </body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
simple_resource-0.1.0 spec/dummy/app/views/layouts/application.html.erb