This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
wangwei
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Minor HTML fix for delete repository notice
tags/v1.2.0-rc1
Unknwon
9 years ago
parent
d61bcdc10b
commit
c8116aed7f
2 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
templates/admin/repo/list.tmpl
+1
-1
templates/repo/settings/options.tmpl
+ 2
- 2
templates/admin/repo/list.tmpl
View File
@@ -57,8 +57,8 @@
</div>
<div class="content">
<p>{{.i18n.Tr "repo.settings.delete_desc"}}</p>
<p>{{.i18n.Tr "repo.settings.delete_notices_2"}}</p
>
<p>
{{.i18n.Tr "repo.settings.delete_notices_fork_1"}}<
/p
>
{{.i18n.Tr "repo.settings.delete_notices_2"}}<br
>
{{.i18n.Tr "repo.settings.delete_notices_fork_1"}}<
br
>
</div>
{{template "base/delete_modal_actions" .}}
</div>
+ 1
- 1
templates/repo/settings/options.tmpl
View File
@@ -292,7 +292,7 @@
</div>
<div class="content">
<div class="ui warning message text left">
{{.i18n.Tr "repo.settings.delete_notices_1" | Safe}}
<br>
{{.i18n.Tr "repo.settings.delete_notices_1" | Safe}}<br>
{{.i18n.Tr "repo.settings.delete_notices_2" | Safe}}
{{if .Repository.NumForks}}<br>
{{.i18n.Tr "repo.settings.delete_notices_fork_1" | Safe}}
Write
Preview
Loading…
Cancel
Save