add "back to app" to GoodJob (#93)

This commit is contained in:
nora
2025-03-21 14:26:23 -04:00
committed by GitHub
parent f368e13137
commit 71915e2f40

View File

@@ -0,0 +1,11 @@
<nav class="navbar p-1 shadow-sm mt-auto border-bottom text-muted small" id="secondary-navbar" data-live-poll-region="secondary-navbar">
<div class="container-fluid">
<div class="flex-fill d-none d-sm-block ">
<%= link_to '< back to app', '/' %> you're doing a great job ^w^
</div>
<div class="flex-fill text-end">
<% last_updated_at = Time.current.utc.iso8601 %>
<%= t(".last_updated") %>&nbsp;<time id="page-updated-at" datetime="<%= last_updated_at %>"><%= last_updated_at %></time>
</div>
</div>
</nav>