Sha256: 69ded9682ae9402365fe87042dd964d07a149108c446ffaf1bc0b47cc0733b41

Contents?: true

Size: 273 Bytes

Versions: 3

Compression:

Stored size: 273 Bytes

Contents

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

<%= yield %>

</body>
</html>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
social_framework-1.0.1 app/views/layouts/social_framework/application.html.erb
social_framework-0.0.3 app/views/layouts/social_framework/application.html.erb
social_framework-0.0.2 app/views/layouts/social_framework/application.html.erb