1
0
mirror of https://github.com/danbee/danbarberphoto synced 2025-03-04 08:49:07 +00:00

Add title to login page

This commit is contained in:
Daniel Barber 2017-07-18 18:29:09 -04:00
parent 857a8ce290
commit 5baaccfe47
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8

View File

@ -19,7 +19,7 @@ By default, it renders:
<meta name="ROBOTS" content="NOODP" />
<meta name="viewport" content="initial-scale=1" />
<title>
<%= content_for(:title) %> - <%= Rails.application.class.parent_name.titlecase %>
Sign In - <%= Rails.application.class.parent_name.titlecase %>
</title>
<%= render "admin/application/stylesheet" %>
<%= csrf_meta_tags %>