File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 20
20
<td>{{TimeSince .CreatedUnix.AsTime $.locale}}</td>
21
21
<td class="right aligned">
22
22
<a class="ui primary button" href="{{$.Link}}/find?oid={{.Oid}}&size={{.Size}}">{{$.locale.Tr "repo.settings.lfs_findcommits"}}</a>
23
- <button class="ui basic show-modal icon button" data-modal="#delete-{{.Oid}}">
24
- <span class="btn-octicon btn-octicon-danger" data-tooltip-content="{{$.locale.Tr "repo.editor.delete_this_file"}}">{{svg "octicon-trash"}}</span>
23
+ <button class="ui basic show-modal icon button red " data-modal="#delete-{{.Oid}}">
24
+ <span class="btn-octicon btn-octicon-danger" data-tooltip-content="{{$.locale.Tr "repo.editor.delete_this_file"}}">{{svg "octicon-trash"}}</span>
25
25
</button>
26
26
</td>
27
27
</tr>
Original file line number Diff line number Diff line change 24
24
<th class="four wide">{{.locale.Tr "repo.settings.lfs_pointers.oid"}}</th>
25
25
<th class="two wide">{{.locale.Tr "repo.settings.lfs_pointers.inRepo"}}</th>
26
26
<th class="two wide">{{.locale.Tr "repo.settings.lfs_pointers.exists"}}</th>
27
- <th class="two wide">{{.locale.Tr "repo.settings.lfs_pointers.accessible"}}</th>
27
+ <th class="two wide" data-tooltip-content="{{.locale.Tr "repo.settings.lfs_pointers.accessible"}}" >{{.locale.Tr "repo.settings.lfs_pointers.accessible"}}</th>
28
28
<th class="three wide"></th>
29
29
</tr>
30
30
</thead>
You can’t perform that action at this time.
0 commit comments