Skip to content

Commit

Permalink
Remove prominent game display name theming
Browse files Browse the repository at this point in the history
  • Loading branch information
ejk committed Aug 28, 2024
1 parent c8f3632 commit a872544
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions templates/summergame-player-ledger.html.twig
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% apply spaceless %}
<h1 class="t-center ruled-heading large-heading"><span>{{ game_display_name }} Ledger</span></h1>
<h1 class="t-center ruled-heading large-heading"><span>Game Ledger</span></h1>
<div>
<a href="/summergame/player">Return to {{ game_display_name }}</a>
<a href="/summergame/player">Return to My Players</a>
{{ pager }}
<table class="not-fixed-table">
<thead>
Expand Down
2 changes: 1 addition & 1 deletion templates/summergame-player-page.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*/
#}

<h1 class="t-center ruled-heading large-heading"><span>My {{ game_display_name }}</span></h1>
<h1 class="t-center ruled-heading large-heading"><span>My Game Players</span></h1>
<div class="sidebar-container">
<div class="page-with-sidebar-content">
<div id="summergame-player-page">
Expand Down

0 comments on commit a872544

Please sign in to comment.