We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b686a13 commit c8813b6Copy full SHA for c8813b6
src/main/scala/Plugin.scala
@@ -47,7 +47,7 @@ class Plugin extends gitbucket.core.plugin.Plugin {
47
override val images = Seq(
48
"images/menu-revisions-active.png" -> fromClassPath("images/menu-revisions-active.png"),
49
"images/menu-revisions.png" -> fromClassPath("images/menu-revisions.png"),
50
- "images/snippet.png" -> fromClassPath("snippet.png")
+ "images/snippet.png" -> fromClassPath("images/snippet.png")
51
)
52
53
override def shutdown(registry: PluginRegistry, context: ServletContext, settings: SystemSettings): Unit = {
0 commit comments