-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
feat: Add link "Show more calls for speakers" below section on start page. #3171
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is an Interlinked PR. But on the functional side, looks good.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
But can be merged once #3144 gets merged. Putting DO-NOT-MERGE
label therefore
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
app/templates/index.hbs
Outdated
<div class="ui hidden divider"></div> | ||
<div class="ui centered grid"> | ||
<div class="row"> | ||
{{#link-to "explore" (query-params cfs=true) class='ui blue button'}}{{t 'Show more Call for Speakers'}}{{/link-to}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Show more calls for speakers"
d280dfa
I have made the requested changes. Since #3144 is merged, this can be merged now. |
Fixes: #3100
This PR has a dependency on #3144.
This PR can be merged but it will be functional only after #3144 gets merged.
Short description of what this resolves:
This adds a hyperlink on home page call for speakers to list all call for speakers with call for speakers
Open
.Changes proposed in this pull request:
link to
in frontend with query paramcfs
set totrue
.Checklist
development
branch.Screenshots