Browse Source

fix issue

pull/1425/head
zhoupzh 3 years ago
parent
commit
8bfce533e8
1 changed files with 1 additions and 8 deletions
  1. +1
    -8
      templates/repo/courseHome.tmpl

+ 1
- 8
templates/repo/courseHome.tmpl View File

@@ -135,8 +135,7 @@



<div class="ui mobile reversed stackable grid">
<div class="ui mobile reversed stackable grid" style="margin-top: -1.5rem;">
{{ $n := len .TreeNames}}
{{ $l := Subtract $n 1}}
<!-- If home page, show new PR. If not, show breadcrumb -->
@@ -251,12 +250,6 @@
</span>
</td>
{{end}}
<!-- <td class="message nine wide">
<span class="truncate">
<a href="{{$.RepoLink}}/commit/{{$commit.ID}}" title="{{$commit.Summary}}">{{$commit.Summary | RenderEmoji}}</a>
</span>
</td> -->
<td class="text right age one wide" style="text-align: right;">{{TimeSince $commit.Committer.When $.Lang}}</td>
</tr>
{{end}}


Loading…
Cancel
Save