Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test history Blade template fix #2811

Merged
merged 2 commits into from
Apr 10, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion www/resources/views/pages/testhistory.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@
@if (!$is_logged_in)
<div class="logged-out-history">
<p>Test history is available for up to 30 days as long as your storage isn't cleared. By registering for a free account, you can keep test history for longer, compare tests, and review changes. Additionally, you will also be able to post on the <a href="https://forums.webpagetest.org">WebPageTest Forum</a> and contribute to the discussions there about features, test results and more.</p>
<a href="{{ $protocol }}://{{ $host }}/signup" ?>" class="btn-primary">Get Free Access</a>
<a href="{{ $protocol }}://{{ $host }}/signup" class="btn-primary">Get Free Access</a>
</div>
@endif

<div class="history_filter">
<label for="filter">Filter test history:</label>
<input id="filter" name="filter" type="text" onkeyup="filterHistory()" placeholder="Search">
Expand Down