Sha256: 1a34ddbee2aac4f6d6550620a8a809924e666e498f36f0f4990c1463a75715a1
Contents?: true
Size: 278 Bytes
Versions: 2
Compression:
Stored size: 278 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>ActsAsStarrable</title> <%= stylesheet_link_tag "acts_as_starrable/application", :media => "all" %> <%= javascript_include_tag "acts_as_starrable/application" %> <%= csrf_meta_tags %> </head> <body> <%= yield %> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
acts_as_starrable-0.0.2 | app/views/layouts/application.html.erb |
acts_as_starrable-0.0.1 | app/views/layouts/application.html.erb |