chore: replace all gitea branding references with molodetz in admin and package templates
Update placeholder values, documentation URLs, icon names, and registry identifiers across 14 template files to reflect the molodetz rebranding. Changes include LDAP group filter placeholders, help link URLs, SVG icon prefixes, organization names in devtest, install page domain examples, and package registry documentation links for Alpine, Cargo, Chef, Composer, Conan, and Conda.
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
<div class="inline field {{if .Err_Auth}}error{{end}}">
|
||||
<label for="auth_token">{{ctx.Locale.Tr "access_token"}}</label>
|
||||
<input id="auth_token" name="auth_token" type="password" autocomplete="new-password" value="{{.auth_token}}" {{if not .auth_token}} data-need-clear="true" {{end}}>
|
||||
<a target="_blank" href="https://docs.gitea.com/development/api-usage">{{svg "octicon-question"}}</a>
|
||||
<a target="_blank" href="https://docs.molodetz.com/development/api-usage">{{svg "octicon-question"}}</a>
|
||||
</div>
|
||||
|
||||
{{template "repo/migrate/options" .}}
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
<div class="inline field {{if .Err_Auth}}error{{end}}">
|
||||
<label for="auth_token">{{ctx.Locale.Tr "access_token"}}</label>
|
||||
<input id="auth_token" name="auth_token" type="password" autocomplete="new-password" value="{{.auth_token}}" {{if not .auth_token}} data-need-clear="true" {{end}}>
|
||||
<!-- <a target="_blank" href="https://docs.gitea.com/development/api-usage">{{svg "octicon-question"}}</a> -->
|
||||
<!-- <a target="_blank" href="https://docs.molodetz.com/development/api-usage">{{svg "octicon-question"}}</a> -->
|
||||
</div>
|
||||
|
||||
{{template "repo/migrate/options" .}}
|
||||
|
||||
@@ -9,11 +9,11 @@
|
||||
{{if eq .Name "github"}}
|
||||
{{svg "octicon-mark-github" 184 "tw-p-4"}}
|
||||
{{else if eq .Name "gitlab"}}
|
||||
{{svg "gitea-gitlab" 184 "tw-p-4"}}
|
||||
{{svg "molodetz-gitlab" 184 "tw-p-4"}}
|
||||
{{else if eq .Name "gitbucket"}}
|
||||
{{svg "gitea-gitbucket" 184 "tw-p-4"}}
|
||||
{{svg "molodetz-gitbucket" 184 "tw-p-4"}}
|
||||
{{else}}
|
||||
{{svg (printf "gitea-%s" .Name) 184}}
|
||||
{{svg (printf "molodetz-%s" .Name) 184}}
|
||||
{{end}}
|
||||
<div class="content">
|
||||
<div class="header tw-text-center">
|
||||
|
||||
Reference in New Issue
Block a user