From 99d23398adb1cdca0e99f6f7d9d2b7d8fa9ef966 Mon Sep 17 00:00:00 2001 From: Yota Ichino Date: Mon, 12 Oct 2015 21:40:33 +0900 Subject: [PATCH] Change the upload form for PDF files --- src/main/twirl/gitbucket/core/helper/attached.scala.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/main/twirl/gitbucket/core/helper/attached.scala.html b/src/main/twirl/gitbucket/core/helper/attached.scala.html index ad7d83818..94b5af848 100644 --- a/src/main/twirl/gitbucket/core/helper/attached.scala.html +++ b/src/main/twirl/gitbucket/core/helper/attached.scala.html @@ -2,7 +2,7 @@ @import context._
@textarea -
Attach images by dragging & dropping, or selecting them.
+
Attach images or PDF files by dragging & dropping, or selecting them.
@defining("(id=\")([\\w\\-]*)(\")".r.findFirstMatchIn(textarea.body).map(_.group(2))){ textareaId =>