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

Insert "add chant" links to chant-proofread and chant-edit pages #1011

Merged
merged 4 commits into from
Sep 7, 2023

Conversation

lucasmarchd01
Copy link
Contributor

Resolves #1004. We now display a link to edit chants in a given source on the full text & volpiano edit page as well as the chant-proofread page.

image

Comment on lines 242 to 243
<br>
<a href="{% url "chant-create" source.pk %}" style="display: inline-block; margin-top:5px;">
Copy link
Contributor

@jacobdgm jacobdgm Aug 29, 2023

Choose a reason for hiding this comment

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

why are we using both <br> and margin-top? It might be cleaner to put these links in a <div> (each link might need its own div - not sure) and apply margin-top to each. This would eliminate the need for the br, and we may not need inline-block either...

@lucasmarchd01 lucasmarchd01 merged commit 154185d into DDMAL:develop Sep 7, 2023
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.

question: why is "add new source" on the edit-chants page?
2 participants