diff --git a/src/main/twirl/gitbucket/core/admin/plugins.scala.html b/src/main/twirl/gitbucket/core/admin/plugins.scala.html index ed50e45..b4f6d54 100644 --- a/src/main/twirl/gitbucket/core/admin/plugins.scala.html +++ b/src/main/twirl/gitbucket/core/admin/plugins.scala.html @@ -12,29 +12,31 @@ } - @plugins.map {plugin => -
-
@plugin.pluginName
-
-
- - @plugin.pluginId -
-
- - @plugin.version -
-
- - @plugin.pluginName -
-
- - @plugin.description +
+ @plugins.map {plugin => +
+
@plugin.pluginName
+
+
+ + @plugin.pluginId +
+
+ + @plugin.version +
+
+ + @plugin.pluginName +
+
+ + @plugin.description +
-
- } + } +
} else {

No plugin detected on your gitbucket installation.

}