Sha256: ab99f20066b3cfe50d3f8ef76fca98d7e252cd0f714225e9c9e15ec35f831da7
Contents?: true
Size: 496 Bytes
Versions: 1
Compression:
Stored size: 496 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Dummy</title> <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> <%= csrf_meta_tags %> </head> <body> <%= display_flash_messages %> <%= display_flash_errors %> <%= yield %> <ul> <li><%= link_to "Select a Taxon", taxonomite_index_path %></li> <li><%= link_to "Create a new Taxon", new_taxonomite_path %></li> </ul> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
taxonomite-0.1.0 | spec/dummy/app/views/layouts/application.html.erb |