This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
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
Fix reply octicon (
#11821
)
Signed-off-by: jolheiser <john.olheiser@gmail.com>
tags/v1.13.0-rc1
John Olheiser
GitHub
5 years ago
parent
4637cf3afb
commit
fb2bd806e9
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
templates/repo/view_list.tmpl
+1
-1
web_src/less/_repository.less
+ 1
- 1
templates/repo/view_list.tmpl
View File
@@ -36,7 +36,7 @@
<tbody>
{{if .HasParentPath}}
<tr class="has-parent">
<td colspan="3">{{svg "octicon-
mail-
reply" 16}}<a href="{{EscapePound .BranchLink}}{{.ParentPath}}">..</a></td>
<td colspan="3">{{svg "octicon-reply" 16}}<a href="{{EscapePound .BranchLink}}{{.ParentPath}}">..</a></td>
</tr>
{{end}}
{{range $item := .Files}}
+ 1
- 1
web_src/less/_repository.less
View File
@@ -318,7 +318,7 @@
margin-right: 5px;
color: #777777;
&.octicon-
mail-
reply {
&.octicon-reply {
margin-right: 10px;
}
Write
Preview
Loading…
Cancel
Save