mirror of
https://github.com/rclone/rclone.git
synced 2026-03-28 20:32:45 -04:00
docs: added text to the label showing version-introduced info
Co-authored-by: Jan-Philipp Reßler <xodarap@xodarap.de>
This commit is contained in:
committed by
Nick Craig-Wood
parent
9468ac3129
commit
c7f4adb970
@@ -36,7 +36,7 @@
|
||||
"beta" "This feature is currently in beta must be used with care."
|
||||
}}
|
||||
|
||||
{{ if .Params.versionIntroduced }}<span class="badge badge-pill badge-secondary float-right" style="margin-top: 30px; font-size: 100%" title="This feature needs Rclone {{ .Params.versionIntroduced }} or later.">{{ .Params.versionIntroduced }}</span>{{ end }}
|
||||
{{ if .Params.versionIntroduced }}<span class="badge badge-pill badge-secondary float-right" style="margin-top: 30px; font-size: 100%" title="This feature needs Rclone {{ .Params.versionIntroduced }} or later.">added in {{ .Params.versionIntroduced }}</span>{{ end }}
|
||||
|
||||
{{ with .Params.status | lower }}
|
||||
{{ $statusCode := . }}
|
||||
|
||||
Reference in New Issue
Block a user