mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 02:41:13 +08:00
FEATURE: display commit hash for each plugin on /admin/plugins
page. (#22176)
It will help to find out the current version of the plugins even without the `docker_manager` plugin.
This commit is contained in:
@ -1141,6 +1141,7 @@ module Discourse
|
||||
Discourse.git_version
|
||||
Discourse.git_branch
|
||||
Discourse.full_version
|
||||
Discourse.plugins.each { |p| p.commit_url }
|
||||
end,
|
||||
Thread.new do
|
||||
require "actionview_precompiler"
|
||||
|
Reference in New Issue
Block a user