mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Remote themes Github link should go to custom branch #9184
This commit is contained in:
@@ -47,7 +47,7 @@ class BasicThemeSerializer < ApplicationSerializer
|
||||
end
|
||||
|
||||
class RemoteThemeSerializer < ApplicationSerializer
|
||||
attributes :id, :remote_url, :remote_version, :local_version, :commits_behind,
|
||||
attributes :id, :remote_url, :remote_version, :local_version, :commits_behind, :branch,
|
||||
:remote_updated_at, :updated_at, :github_diff_link, :last_error_text, :is_git?,
|
||||
:license_url, :about_url, :authors, :theme_version, :minimum_discourse_version, :maximum_discourse_version
|
||||
|
||||
|
||||
Reference in New Issue
Block a user