diff --git a/src/main/twirl/repo/editor.scala.html b/src/main/twirl/repo/editor.scala.html index f78b9be..b303ef5 100644 --- a/src/main/twirl/repo/editor.scala.html +++ b/src/main/twirl/repo/editor.scala.html @@ -49,7 +49,11 @@
- Cancel + @if(fileName.isEmpty){ + Cancel + } else { + Cancel + }