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