From 8dd07c0ddd99ae626a1ec8c06f75f27fed51269f Mon Sep 17 00:00:00 2001 From: Unknwon Date: Sat, 26 Jul 2014 00:24:27 -0400 Subject: New UI merge in progress --- templates/user/dashboard.tmpl | 102 ------------------------------------------ 1 file changed, 102 deletions(-) delete mode 100644 templates/user/dashboard.tmpl (limited to 'templates/user/dashboard.tmpl') diff --git a/templates/user/dashboard.tmpl b/templates/user/dashboard.tmpl deleted file mode 100644 index 2cb19cef..00000000 --- a/templates/user/dashboard.tmpl +++ /dev/null @@ -1,102 +0,0 @@ -{{template "base/head" .}} -{{template "base/navbar" .}} -
-
-
- - - -
- -
-
- -
- {{if .HasInfo}}
{{.InfoMsg}}
{{end}} -
-
    - {{range .Feeds}} -
  • - -
    {{TimeSince .Created}}
    {{ActionDesc . | str2html}}
    - -
  • - {{else}} -
  • Oh. Looks like there isn't any activity here yet. Get Busy!
  • - {{end}} -
-
-
-
-
{{if not .PageIsOrgDashboard}}Your {{end}}Repositories -
- - -
-
- -
- -
-
- - {{if not .PageIsOrgDashboard}} -
-
Collaborative Repositories
-
- -
-
- {{end}} -
-
-{{template "base/footer" .}} -- cgit v1.2.3