Skip to content

Commit

Permalink
room
Browse files Browse the repository at this point in the history
  • Loading branch information
nicmarti committed Apr 19, 2023
1 parent c8beb63 commit 9d2abe5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/views/Publisher/showOneRoom.scala.html
Expand Up @@ -37,14 +37,15 @@ <h4>@StringUtils.abbreviate(p.title, 99)</h4>
<h5>@Messages(p.talkType.id)</h5>

<div class="text-sm text-left">
<p>Pour rester informé sur l'actualité de Devoxx France, suivez nous sur linkedIn : https://www.linkedin.com/in/devoxxfrance/,
twitter : https://twitter.com/DevoxxFR ou consultez notre site web https://www.devoxx.fr/</p>
@if(p.title.length>99) { Titre complet : @p.title } <br>
@p.allSpeakers.map { speaker =>
<strong>@speaker.cleanFirstName @speaker.cleanLastName</strong>
@if(speaker.company.isDefined) { @speaker.company.get}
}
<br>
@p.summary

@p.summary<br>
</div>
<div class="mt-5">
<br>
Expand Down

0 comments on commit 9d2abe5

Please sign in to comment.