Skip to content

Commit

Permalink
Suppression caractére génant (#527)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdauphant authored Feb 27, 2020
1 parent 468a6e1 commit cb0bdd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/showApplication.scala.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@(user: User)(groupsWithUsersThatCanBeInvited: List[(UserGroup,List[User])], application: Application, answerToAgentsForm: Form[_], openedTab: String, currentArea: Area, attachments: Iterable[String] = Nil)(implicit webJarsUtil: org.webjars.play.WebJarsUtil, flash: Flash, messagesProvider: MessagesProvider, request: RequestHeader)
@import java.util.Locale

@main(user, if(user.expert) { Some(currentArea)} else { None })(s"Demande de ${application.creatorUserName} - ${Area.fromId(application.area).get.name}") {,
@main(user, if(user.expert) { Some(currentArea)} else { None })(s"Demande de ${application.creatorUserName} - ${Area.fromId(application.area).get.name}") {
<style>
.mdl-list__item-primary-content {
font-weight: bold;
Expand Down

0 comments on commit cb0bdd0

Please sign in to comment.