diff options
author | slene <vslene@gmail.com> | 2014-03-30 17:03:00 +0800 |
---|---|---|
committer | slene <vslene@gmail.com> | 2014-03-30 17:03:00 +0800 |
commit | 4c70249f75a8fd2a7962c9c6c0d6fec13e7f2192 (patch) | |
tree | 3c5c1cac24081bcdb7bc0e65f9d21b2cb4d7e4e6 /templates/user | |
parent | 816bb0872003eaded2ad7a725f8448025b1b2ee0 (diff) | |
download | gitea-4c70249f75a8fd2a7962c9c6c0d6fec13e7f2192.tar.gz gitea-4c70249f75a8fd2a7962c9c6c0d6fec13e7f2192.zip |
fix some link
Diffstat (limited to 'templates/user')
-rw-r--r-- | templates/user/profile.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/user/profile.tmpl b/templates/user/profile.tmpl index 97549d481c..88ee318f4a 100644 --- a/templates/user/profile.tmpl +++ b/templates/user/profile.tmpl @@ -51,7 +51,7 @@ <li> <div class="meta pull-right"><!-- <i class="fa fa-star"></i> {{.NumStars}} --> <i class="fa fa-code-fork"></i> {{.NumForks}}</div> <h4> - <a href="/{{$owner.Name}}/{{.LowerName}}">{{.LowerName}}</a> + <a href="/{{$owner.Name}}/{{.Name}}">{{.Name}}</a> </h4> <p class="desc">{{.Description}}</p> <div class="info">Last updated {{.Updated|TimeSince}}</div> @@ -63,4 +63,4 @@ </div> </div> </div> -{{template "base/footer" .}}
\ No newline at end of file +{{template "base/footer" .}} |