summaryrefslogtreecommitdiffstats
path: root/templates/user/dashboard/repo_list.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/user/dashboard/repo_list.tmpl')
-rw-r--r--templates/user/dashboard/repo_list.tmpl12
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