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/org | |
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/org')
-rw-r--r-- | templates/admin/org/list.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin/org/list.tmpl b/templates/admin/org/list.tmpl index f901c69692..b522dc08a3 100644 --- a/templates/admin/org/list.tmpl +++ b/templates/admin/org/list.tmpl @@ -35,7 +35,7 @@ <td>{{.NumTeams}}</td> <td>{{.NumMembers}}</td> <td>{{.NumRepos}}</td> - <td>{{DateFormat .Created "M d, Y"}}</td> + <td><span title="{{DateFormat .Created "r"}}">{{DateFormat .Created "M d, Y"}}</span></td> </tr> {{end}} </tbody> |