diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-07-26 18:37:18 -0400 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-07-26 18:37:18 -0400 |
commit | 5e8138341357f367868a32b631495c9d5a286477 (patch) | |
tree | fb36040422534e051ac381cde594ff1a208e4195 /templates/user/dashboard/repo_list.tmpl | |
parent | 02a81ddb6252d1a08900d548ddb63e41bcb0b8ef (diff) | |
download | gitea-5e8138341357f367868a32b631495c9d5a286477.tar.gz gitea-5e8138341357f367868a32b631495c9d5a286477.zip |
Git installation check, show image in single file view, show short SHA1 instead of 40-length string, complete log module
Diffstat (limited to 'templates/user/dashboard/repo_list.tmpl')
-rw-r--r-- | templates/user/dashboard/repo_list.tmpl | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/templates/user/dashboard/repo_list.tmpl b/templates/user/dashboard/repo_list.tmpl deleted file mode 100644 index e3d35e8ecc..0000000000 --- a/templates/user/dashboard/repo_list.tmpl +++ /dev/null @@ -1,12 +0,0 @@ -<li {{if .IsPrivate}}class="private"{{end}}> - <a href="{{.Owner.Name}}/{{.Name}}"> - <i class="octicon octicon-{{if .IsPrivate}}lock{{else if .IsFork}}repo-forked{{else if .IsMirror}}repo-clone{{else}}repo{{end}}"></i> - <span class="repo-name"> - <!-- <span class="repo-name-prefix">gogits / </span> --> - <strong class="repo">{{.Name}}</strong> - </span> - <span class="right repo-star"> - <i class="octicon octicon-star"></i>{{.NumStars}} - </span> - </a> -</li>
\ No newline at end of file |