소스 검색

Change Title with the application name. (#34)

Change Title in the head with the global application name.
darkrubyist 6 년 전
부모
커밋
3dbe1cb4bf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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">