Skip to content

Commit

Permalink
Addresses bugs in #2287
Browse files Browse the repository at this point in the history
  • Loading branch information
DinisCruz committed Mar 27, 2023
1 parent ffde721 commit 90d4a32
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 17 deletions.
32 changes: 17 additions & 15 deletions layouts/partials/session/metadata-table.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,22 +43,24 @@
<!-- {{ partial "utils/track-to-link.html" (dict "this" . "track" .Params.track) }}-->
<!-- </div>-->
<!-- </div>-->
<div class="table-line">
<div class="title">
Project:
</div>
<div class="description">
{{ partial "utils/track-to-link.html" (dict "this" . "track" .Params.project) }}
</div>
</div>
<div class="table-line">
<div class="title">
Topics:
</div>
<div class="description">
{{ partial "params/topics-links.html" . }}
{{ if .Params.project }}
<div class="table-line">
<div class="title">
Project:
</div>
<div class="description">
{{ partial "utils/track-to-link.html" (dict "this" . "track" .Params.project) }}
</div>
</div>
</div>
{{ end }}
<!-- <div class="table-line">-->
<!-- <div class="title">-->
<!-- Topics:-->
<!-- </div>-->
<!-- <div class="description">-->
<!-- {{ partial "params/topics-links.html" . }}-->
<!-- </div>-->
<!-- </div>-->
<div class="table-line">
<div class="title">
Watch
Expand Down
4 changes: 2 additions & 2 deletions layouts/working-session/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ <h1>{{ .Title }}</h1>

{{ partial "session/register-as-participant.html" . }}

<hr/>
<a href="/tracks">Back to list of all Working Sessions</a>
<!-- <hr/>-->
<!-- <a href="/tracks">Back to list of all Working Sessions</a>-->
{{ end }}

0 comments on commit 90d4a32

Please sign in to comment.