diff --git a/src/main/twirl/repo/blob.scala.html b/src/main/twirl/repo/blob.scala.html index 6d4a17e..a90f5bc 100644 --- a/src/main/twirl/repo/blob.scala.html +++ b/src/main/twirl/repo/blob.scala.html @@ -54,20 +54,22 @@ @if(content.viewType == "text"){ @defining(pathList.reverse.head) { file => @if(renderableSuffixes.find(suffix => file.toLowerCase.endsWith(suffix))) { - @renderMarkup(pathList, content.content.get, branch, repository, false, false) +
+ @renderMarkup(pathList, content.content.get, branch, repository, false, false) +
} else {
@content.content.get
} } } @if(content.viewType == "image"){ - + } @if(content.viewType == "large" || content.viewType == "binary"){ -
- View Raw
- (Sorry about that, but we can't show files that are this big right now) -
+
+ View Raw
+ (Sorry about that, but we can't show files that are this big right now) +
}