Skip to content

Add a link to the site home page from the review tool (#165) - #174

Merged
xusheng6 merged 1 commit into
mainfrom
add-home-link-review-tool
Jul 26, 2026
Merged

Add a link to the site home page from the review tool (#165)#174
xusheng6 merged 1 commit into
mainfrom
add-home-link-review-tool

Conversation

@xusheng6

Copy link
Copy Markdown
Contributor

Closes #165.

The review tool pages had no way to navigate back to the public site — reviewers had to manually edit the URL. This adds a crackmes.one link to the reviewer navbar, placed right before the existing Logout button.

Changes

  • Added <a href="/" class="btn btn-link">crackmes.one</a> to the navbar navbar-section on all 15 review-tool templates that render the header (login.html is untouched since it has no navbar).

Since the reviewer is a blueprint mounted at /review on the same app, / points at the public home page (matching the pattern already used in templates/partial/menu.html).

Testing

  • Templates only; verified exactly one link inserted per navbar template with consistent indentation.

🤖 Generated with Claude Code

Adds a "crackmes.one" link to the reviewer navbar, next to the Logout
button, on every review-tool page that has the navbar header. This gives
reviewers a one-click way back to the public site home page.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@xusheng6
xusheng6 merged commit 0a4b261 into main Jul 26, 2026
4 checks passed
@xusheng6
xusheng6 deleted the add-home-link-review-tool branch July 26, 2026 02:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add a link to the site home page from the review tool

1 participant