Sha256: ce3b0992f08603aa33785cea1239399bfe73621c36da3a1153d8caf4abc28eaa
Contents?: true
Size: 525 Bytes
Versions: 2
Compression:
Stored size: 525 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>TheSortableTreeTest</title> <%= stylesheet_link_tag :application %> <%= javascript_include_tag :application %> <%= csrf_meta_tags %> <%= yield :css %> <%= yield :js %> </head> <body> <div class='ma w80p p20'> <%= yield %> </div> </body> <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous"> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
the_sortable_tree-2.6.2 | spec/dummy_app/app/views/layouts/application.html.erb |
the_sortable_tree-2.7.0 | spec/dummy_app/app/views/layouts/application.html.erb |