diff options
author | Unknwon <u@gogs.io> | 2015-09-03 05:34:23 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-09-03 05:34:23 -0400 |
commit | 8481adb255e2563cbd8dc5091e1efce8b370bcdb (patch) | |
tree | 85a92650efade1e7cde5b032301d28adae0f5101 /templates | |
parent | b1f0f85789ca1c8467f533e0ec0f44e446383d5c (diff) | |
download | gitea-8481adb255e2563cbd8dc5091e1efce8b370bcdb.tar.gz gitea-8481adb255e2563cbd8dc5091e1efce8b370bcdb.zip |
remove test strings
Diffstat (limited to 'templates')
-rw-r--r-- | templates/user/dashboard/issues.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/dashboard/issues.tmpl b/templates/user/dashboard/issues.tmpl index f089bf87b5..37e7b9778f 100644 --- a/templates/user/dashboard/issues.tmpl +++ b/templates/user/dashboard/issues.tmpl @@ -22,7 +22,7 @@ <div class="ui divider"></div> {{range .Repos}} <a class="{{if eq $.RepoID .ID}}ui basic blue button{{end}} repo name item" href="{{$.Link}}?type={{$.ViewType}}{{if not (eq $.RepoID .ID)}}&repo={{.ID}}{{end}}&state={{$.State}}"> - <span class="text truncate">{{$.ContextUser.Name}}/{{.Name}}12312312312312312</span> + <span class="text truncate">{{$.ContextUser.Name}}/{{.Name}}</span> <div class="floating ui {{if $.IsShowClosed}}red{{else}}green{{end}} label">{{if $.IsShowClosed}}{{.NumClosedIssues}}{{else}}{{.NumOpenIssues}}{{end}}</div> </a> {{end}} |