diff options
author | Unknown <joe2010xtmf@163.com> | 2014-04-19 22:13:22 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-04-19 22:13:22 -0400 |
commit | 8bed017557c43701d92ca3e571761cd310ed8c83 (patch) | |
tree | 6ff85398dbee22d6f439f9678826601fb3a80f45 /templates | |
parent | 0e41726ece2f7e5efcadd0069190d13b3e8be07c (diff) |
Add build tag enable prompt
Diffstat (limited to 'templates')
-rw-r--r-- | templates/repo/single_list.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/single_list.tmpl b/templates/repo/single_list.tmpl index b12687bd..7b6c6e5e 100644 --- a/templates/repo/single_list.tmpl +++ b/templates/repo/single_list.tmpl @@ -36,7 +36,7 @@ </span> </td> <td class="text"> - <span class="wrap"><a href="/{{$.Username}}/{{$.Reponame}}/commit/{{$commit.Id}}">{{$commit.Message}}</a></span> + <span class="wrap"><a rel="nofollow" href="/{{$.Username}}/{{$.Reponame}}/commit/{{$commit.Id}}">{{$commit.Message}}</a></span> </td> <td class="date"> <span class="wrap">{{TimeSince $commit.Committer.When}}</span> |