Sha256: c263b4dbe806a321d97e7a6c8dd5400d8422509c4504d31c2dc1c54988e6a3ee

Contents?: true

Size: 249 Bytes

Versions: 1

Compression:

Stored size: 249 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title>MyForum</title>
  <%= stylesheet_link_tag    "my_forum/application", media: "all" %>
  <%= javascript_include_tag "my_forum/application" %>
  <%= csrf_meta_tags %>
</head>
<body>

<%= yield %>

</body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
my_forum-0.0.1 app/views/layouts/my_forum/application.html.erb