diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 3c61268..ba9987c 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -1,10 +1,11 @@ - + - - + + + <%= content_for?(:title) ? yield(:title) : "EntryDNS" %> <%= stylesheet_link_tag "application" %> diff --git a/app/views/layouts/errors.html.erb b/app/views/layouts/errors.html.erb index 91db50e..f0dbabe 100644 --- a/app/views/layouts/errors.html.erb +++ b/app/views/layouts/errors.html.erb @@ -1,10 +1,10 @@ - + - - + + <%= content_for?(:title) ? yield(:title) : "EntryDNS" %> <%= stylesheet_link_tag "application" %> diff --git a/app/views/layouts/public.html.erb b/app/views/layouts/public.html.erb index f0cfccf..bcb2643 100644 --- a/app/views/layouts/public.html.erb +++ b/app/views/layouts/public.html.erb @@ -1,10 +1,10 @@ - + - - + + <%= content_for?(:title) ? yield(:title) : "EntryDNS free DNS service and dynamic DNS" %> " />