diff options
author | Peter Smit <peter@smitmail.eu> | 2015-01-02 12:41:05 +0200 |
---|---|---|
committer | Peter Smit <peter@smitmail.eu> | 2015-01-02 12:41:05 +0200 |
commit | fd70f9ec1b49569424fd15c0f3a212bd716bf24a (patch) | |
tree | f2dbd0abb576c1246a9d94c10b79c04bce1f9f3e /templates/admin/repo/list.tmpl | |
parent | 0b56272c130c88fc4441fb1cba04657fe73efc38 (diff) | |
download | gitea-fd70f9ec1b49569424fd15c0f3a212bd716bf24a.tar.gz gitea-fd70f9ec1b49569424fd15c0f3a212bd716bf24a.zip |
Fix #799 by adding a tooltip for all dates in all settings/panels
Diffstat (limited to 'templates/admin/repo/list.tmpl')
-rw-r--r-- | templates/admin/repo/list.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin/repo/list.tmpl b/templates/admin/repo/list.tmpl index 3a201fea0c..88e16a4337 100644 --- a/templates/admin/repo/list.tmpl +++ b/templates/admin/repo/list.tmpl @@ -37,7 +37,7 @@ <td>{{.NumWatches}}</td> <td>{{.NumStars}}</td> <td>{{.NumIssues}}</td> - <td>{{DateFormat .Created "M d, Y"}}</td> + <td><span title="{{DateFormat .Created "r"}}">{{DateFormat .Created "M d, Y"}}</span></td> </tr> {{end}} </tbody> |