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

Testlog refactoring: move single user history to a separate template #2174

Merged
merged 5 commits into from
Jul 21, 2022

Conversation

stoyan
Copy link
Contributor

@stoyan stoyan commented Jul 19, 2022

Tested webpagetest.org/testlog/7/ - looks identical before/after the change

@stoyan stoyan requested a review from jefflembeck July 19, 2022 14:45
<?php if ($is_logged_in) : ?>
<label for="days" class="a11y-hidden">Select how far back you want to see</label>
<select name="days">
<option value="1" <?php if ($days == 1) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see this formatting and I think "I'm gonna end up using a lot of ternary operators to not see this formatting"

@tkadlec tkadlec merged commit b4b99e5 into master Jul 21, 2022
@stoyan stoyan deleted the testloggg branch August 29, 2022 16:54
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.

None yet

3 participants