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