Sha256: 143db31ba91049a4d714fddc6d45b9046d52c5d1884a254ed6dec0d27eefc8c9
Contents?: true
Size: 269 Bytes
Versions: 19
Compression:
Stored size: 269 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Redditor</title> <%= stylesheet_link_tag "redditor/application", media: "all" %> <%= javascript_include_tag "redditor/application" %> <%= yield :js %> <%= csrf_meta_tags %> </head> <body> <%= yield %> </body> </html>
Version data entries
19 entries across 19 versions & 1 rubygems