Parcourir la source

Change Title with the application name. (#34)

Change Title in the head with the global application name.
darkrubyist il y a 6 ans
Parent
commit
3dbe1cb4bf
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      app/views/shared/_head.html.erb

+ 1 - 1
app/views/shared/_head.html.erb

@@ -1,4 +1,4 @@
-<title>Jumpstart</title>
+<title><%= Rails.configuration.application_name %></title>
 <meta charset="utf-8">
 <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">