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

templates/project_detail: add title to tab content fixes #5376 #5405

Merged
merged 1 commit into from
Jan 22, 2024

Conversation

philli-m
Copy link
Contributor

@philli-m philli-m commented Jan 22, 2024

Describe your changes
Briefly explain what you did and provide context for a clearer understanding.

Tasks

  • PR name contains story or task reference
  • Steps to recreate and test the changes
  • Documentation (docs and inline)
  • Tests (including n+1 and django_assert_num_queries where applicable)
  • Changelog

fix can be seen on project detail http://localhost:8003/projekte/liqd-project/

added title to tab pages fixes #5376

expected outcome:
screenshot(29)

@@ -125,6 +125,7 @@ <h1 class="title">{{ project.name }}</h1>
aria-expanded="false"
aria-hidden="true"
aria-labelledby="tab-project-{{ project.pk }}-information">
<h2>{% translate 'Information' %}</h2>
Copy link
Contributor

Choose a reason for hiding this comment

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

now i'm confused whether to use double or singles quotes? the other PR uses two.

Copy link
Contributor Author

@philli-m philli-m Jan 22, 2024

Choose a reason for hiding this comment

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

@hom3mad3 me to, both prs passed the linting when I cherry picked the commits?! when I make lint-html-fix it keeps the single quotes so I assume they are correct, will change the other PR

@hom3mad3 hom3mad3 merged commit 240a737 into dev Jan 22, 2024
2 checks passed
@hom3mad3 hom3mad3 deleted the pm-2023-12-tab-title branch January 22, 2024 13:56
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.

2 participants