Sha256: bf58363d0567a6e7f0c4822c9a99cd8fdfdfc89fdfc5d62bf47e8dba61d02ad0
Contents?: true
Size: 272 Bytes
Versions: 2
Compression:
Stored size: 272 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>RailsUiExample</title> <%= stylesheet_link_tag "rails_ui_example/application", media: "all" %> <%= javascript_include_tag "rails_ui_example/application" %> <%= csrf_meta_tags %> </head> <body> <%= yield %> </body> </html>
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
rails-ui-example-0.0.1 | app/views/layouts/rails_ui_example/application.html.erb |
rails_ui_example-0.0.1 | app/views/layouts/rails_ui_example/application.html.erb |