diff --git a/src/main/twirl/helper/dropdown.scala.html b/src/main/twirl/helper/dropdown.scala.html index d5e2c11..6c86e96 100644 --- a/src/main/twirl/helper/dropdown.scala.html +++ b/src/main/twirl/helper/dropdown.scala.html @@ -1,7 +1,11 @@ -@(body: Html) +@(buttonValue: String = "")(body: Html)
- @issue.title
- @labels.map { label =>
- @label.labelName
- }
- #@issue.issueId
-
- Opened by @issue.openedUserName @datetime(issue.registeredDate)
- @if(commentCount > 0){
- @commentCount @plural(commentCount, "comment")
- }
-
- |
-
@@ -194,6 +177,56 @@ } |
+
+
+
+ @helper.html.dropdown("Label") {
+ @labels.map { label =>
+ |
+
+ + | +