Sha256: 6adc1b6ce79302a8e381d0b6e3bbe0fc5a424b087bd37758ebbb40f8be39026c
Contents?: true
Size: 364 Bytes
Versions: 8
Compression:
Stored size: 364 Bytes
Contents
<!DOCTYPE html> <html> <head> <title><%%= current_account.name %></title> <%%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> <%%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> <%%= csrf_meta_tags %> </head> <body> <%%= render 'spina/shared/navigation' %> <%%= yield %> </body> </html>
Version data entries
8 entries across 8 versions & 1 rubygems