lib/generators/spina/templates/app/views/layouts/default/application.html.erb in spina-2.11.0 vs lib/generators/spina/templates/app/views/layouts/default/application.html.erb in spina-2.12.0
- old
+ new
@@ -1,8 +1,8 @@
<!DOCTYPE html>
<html>
<head>
- <title><%= current_account.name %></title>
+ <title><%= current_spina_account.name %></title>
<%= csrf_meta_tags %>
</head>
<body>
<%= render 'default/shared/navigation' %>
\ No newline at end of file