Sha256: c159e7d7425f870468b3397adcae6a5ca9e943c7928be1422aee33de1fd8fa92
Contents?: true
Size: 268 Bytes
Versions: 2
Compression:
Stored size: 268 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Stackoverfeeds</title> <%= stylesheet_link_tag "stackoverfeeds/application", media: "all" %> <%= javascript_include_tag "stackoverfeeds/application" %> <%= csrf_meta_tags %> </head> <body> <%= yield %> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
stackoverfeeds-1.0.1 | app/views/stackoverfeeds/application.html.erb |
stackoverfeeds-1.0.0 | app/views/stackoverfeeds/application.html.erb |