1
0
mirror of https://github.com/danbee/chess synced 2025-03-04 08:39:06 +00:00

Update app name in header

This commit is contained in:
Daniel Barber 2018-08-11 13:08:56 -04:00
parent 005a095a3f
commit f08815eb9f
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8

View File

@ -14,7 +14,7 @@
<body>
<header role="banner">
<div class="container">
<h1><%= link gettext("Chess"), to: page_path(@conn, :index) %></h1>
<h1><%= link gettext("64squares"), to: page_path(@conn, :index) %></h1>
<nav class="user-nav" role="user">
<%= if current_user(@conn) do %>