Skip to content
This repository has been archived by the owner on Oct 26, 2024. It is now read-only.

Commit

Permalink
Add tags to session details
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoGresse committed Jun 9, 2024
1 parent 1750e93 commit eeb34c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/session-page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ export class SessionPage extends ReduxMixin(PolymerElement) {
[[session.dateReadable]], [[session.startTime]] - [[session.endTime]]
</h3>
<h3 class="meta-info" hidden$="[[disabledSchedule]]">Salle : [[session.track.title]]</h3>
<h3 class="meta-info" hidden$="[[disabledSchedule]]">Theme : [[session.tags]]</h3>
<h3 class="meta-info" hidden$="[[!session.complexity]]">
[[sessionDetails.contentLevel]]: [[session.complexity]]
</h3>
Expand Down

0 comments on commit eeb34c6

Please sign in to comment.