diff options
author | Unknown <joe2010xtmf@163.com> | 2014-06-28 00:40:07 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-06-28 00:40:07 -0400 |
commit | 6e448b07145fbb090e0da6deb97f244c2bfd7ba7 (patch) | |
tree | af17fdea008d56d154c1098d05993475c0fee652 /templates | |
parent | ee9b7f322ff4c4c14952c2f83fb03e90fa583cad (diff) |
Finish delete organization
Diffstat (limited to 'templates')
-rw-r--r-- | templates/VERSION | 2 | ||||
-rw-r--r-- | templates/user/dashboard.tmpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/VERSION b/templates/VERSION index be0ebee0..09c51980 100644 --- a/templates/VERSION +++ b/templates/VERSION @@ -1 +1 @@ -0.4.5.0627 Alpha
\ No newline at end of file +0.4.5.0628 Alpha
\ No newline at end of file diff --git a/templates/user/dashboard.tmpl b/templates/user/dashboard.tmpl index e1b43e15..2cb19cef 100644 --- a/templates/user/dashboard.tmpl +++ b/templates/user/dashboard.tmpl @@ -76,7 +76,7 @@ <div class="panel-body"> <ul class="list-group">{{range .MyRepos}} - <li class="list-group-item"><a href="/{{$.SignedUserName}}/{{.Name}}"> + <li class="list-group-item"><a href="/{{$.ContextUser.Name}}/{{.Name}}"> <!-- <span class="stars pull-right"><i class="fa fa-star"></i>{{.NumStars}}</span> --> <i class="fa fa-book"></i>{{.Name}}{{if .IsPrivate}} <span class="label label-default">Private</span>{{end}}</a> </li>{{end}} |