Skip to content

Commit

Permalink
fix: Don't use the talkType label (#330)
Browse files Browse the repository at this point in the history
The label contains a warning about "invitations only"

(Also add link to navigate back to the list of all talks of the same type)
  • Loading branch information
aheritier committed Apr 10, 2023
1 parent 9ddb419 commit 0fc0854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/Publisher/showProposal.scala.html
Expand Up @@ -60,7 +60,7 @@ <h1 class="sm:text-xl md:text-2xl lg:text-3xl text-bold">@Messages("showProposal
<tbody class="divide-y divide-gray-200">
<tr>
<th scope="row" class="px-3 py-2 text-right">@Messages("showProposal.talkType")</th>
<td class="text-gray-800">@Messages(proposal.talkType.label)</td>
<td class="text-gray-800"><a href="@routes.Publisher.showByTalkType(proposal.talkType.id)">@Messages(proposal.talkType.id)</a></td>
</tr>
<tr>
<th scope="row" class="px-3 py-2 text-right">Track</th>
Expand Down

0 comments on commit 0fc0854

Please sign in to comment.