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:
parent
005a095a3f
commit
f08815eb9f
@ -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 %>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user