Sha256: df25c734b98b12461c4ef07e481c6a122a9ecbfbfe9ee3102b70f6c1c3c503d6
Contents?: true
Size: 358 Bytes
Versions: 6
Compression:
Stored size: 358 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
6 entries across 6 versions & 1 rubygems