-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Adaptation of the Podcast page #27
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
Tresor-ilunga
commented
Oct 9, 2023
- Adaptation of the Podcast page
bernard-ng
requested changes
Oct 9, 2023
<span class="absolute top-2 right-2 px-2 rounded text-sm text-gray-50 dark:text-gray-900 bg-gray-900 dark:bg-primary"> | ||
{{ this.episode.duration }} | ||
24min |
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.
pourquoi c'est écrit en dure ?
{{ this.episode.duration }}
<a href="{{ path('app_content_podcast_episode_show', {id: this.episode.id, slug: this.episode.slug}) }}" class="font-semibold line-clamp-4 text-base md:text-lg lg:text-xl text-fg-heading1 hover:text-gray-950 dark:hover:text-primary"> | ||
{{ this.episode.name }} | ||
<a href="{{ path('app_content_podcast_episode_show', {id: this.episode.id, slug: this.episode.slug}) }}" class="font-semibold line-clamp-4 text-base md:text-lg lg:text-xl text-fg-heading1 hover:text-gray-950 dark:hover:text-primary"> | ||
E41. Jérôme Ribeiro. L'intelligence artificielle au service de l'humanit |
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.
remplace par {{ this.episode.name }}
bernard-ng
approved these changes
Oct 9, 2023
Je viens de changer
Le lun. 9 oct. 2023 à 19:55, Bernard Ngandu ***@***.***> a
écrit :
… ***@***.**** requested changes on this pull request.
------------------------------
In templates/app/shared/component/podcast/card.html.twig
<#27 (comment)>:
> <span class="absolute top-2 right-2 px-2 rounded text-sm text-gray-50 dark:text-gray-900 bg-gray-900 dark:bg-primary">
- {{ this.episode.duration }}
+ 24min
pourquoi c'est écrit en dure ?
{{ this.episode.duration }}
------------------------------
In templates/app/shared/component/podcast/card.html.twig
<#27 (comment)>:
> </span>
</div>
<div class="flex flex-col justify-center">
- <a href="{{ path('app_content_podcast_episode_show', {id: this.episode.id, slug: this.episode.slug}) }}" class="font-semibold line-clamp-4 text-base md:text-lg lg:text-xl text-fg-heading1 hover:text-gray-950 dark:hover:text-primary">
- {{ this.episode.name }}
+ <a href="{{ path('app_content_podcast_episode_show', {id: this.episode.id, slug: this.episode.slug}) }}" class="font-semibold line-clamp-4 text-base md:text-lg lg:text-xl text-fg-heading1 hover:text-gray-950 dark:hover:text-primary">
+ E41. Jérôme Ribeiro. L'intelligence artificielle au service de l'humanit
remplace par {{ this.episode.name }}
—
Reply to this email directly, view it on GitHub
<#27 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AULEAUTZQMNU6UDKVDF2D43X6Q277AVCNFSM6AAAAAA5ZEPWRGVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMYTMNRVGAYTKMBQGU>
.
You are receiving this because you were assigned.Message ID:
***@***.***>
|
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.