mirror of
https://github.com/go-gitea/gitea.git
synced 2025-06-21 21:48:00 +02:00
More on diff page
This commit is contained in:
@ -39,7 +39,7 @@
|
||||
<span class="del" data-line="{{.Deletion}}">{{.Deletion}}</span>
|
||||
</div>
|
||||
<!-- todo finish all file status, now modify, add, delete and rename -->
|
||||
<span class="status modify" data-toggle="tooltip" data-placement="right" title="modify"> </span>
|
||||
<span class="status {{DiffTypeToStr .Type}}" data-toggle="tooltip" data-placement="right" title="{{DiffTypeToStr .Type}}"> </span>
|
||||
<a class="file" href="#diff-1">{{.Name}}</a>
|
||||
</li>
|
||||
{{end}}
|
||||
|
Reference in New Issue
Block a user