-
Notifications
You must be signed in to change notification settings - Fork 4
Add Pull Request builds page to settings #206
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
Conversation
This is a basic form for now, but we can spruce it up before it goes live.
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.
Just some copy changes, looks good!
readthedocsext/theme/templates/projects/project_pull_requests.html
Outdated
Show resolved
Hide resolved
readthedocsext/theme/templates/projects/project_pull_requests.html
Outdated
Show resolved
Hide resolved
readthedocsext/theme/templates/projects/project_pull_requests.html
Outdated
Show resolved
Hide resolved
Co-authored-by: Anthony <[email protected]>
@agjohnson Thanks for your review 🎉. I don't think I'll push this any further this week before I head out, so feel free to merge it if you have time to clean things up for the beta 👍 |
Sounds good, I'll merge this when the underlying PR goes in. I can help this out if it needs anything. |
readthedocsext/theme/templates/projects/pull_requests_form.html
Outdated
Show resolved
Hide resolved
{% csrf_token %} | ||
{{ form | crispy }} | ||
|
||
<input class="ui {% if form.errors and form.is_disabled %}disabled{% endif %} primary button" type="submit" |
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 works okay for now, I've noted to undo this pattern with readthedocs/readthedocs.org#11270
This is a basic form for now,
but we can spruce it up before it goes live.
Depends on readthedocs/readthedocs.org#10656