diff options
author | Robert Speicher <rspeicher@gmail.com> | 2016-01-06 17:27:56 -0500 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2016-01-07 20:01:08 -0500 |
commit | fa36749bcee7fa2eb72c9f2a6a28aab1b7274097 (patch) | |
tree | ce7eb20119e69fac8cb41f35dd059599b4e71817 /app/views/profiles/keys | |
parent | 59305715e9d3569f47d7c2accc2106022c0a6960 (diff) | |
download | gitlab-ce-fa36749bcee7fa2eb72c9f2a6a28aab1b7274097.tar.gz |
Add two custom Date/Time conversion formats
Diffstat (limited to 'app/views/profiles/keys')
-rw-r--r-- | app/views/profiles/keys/_key_details.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/profiles/keys/_key_details.html.haml b/app/views/profiles/keys/_key_details.html.haml index 35624908e82..3bd1f1af162 100644 --- a/app/views/profiles/keys/_key_details.html.haml +++ b/app/views/profiles/keys/_key_details.html.haml @@ -10,7 +10,7 @@ %strong= @key.title %li %span.light Created on: - %strong= @key.created_at.strftime('%b %-d, %Y') + %strong= @key.created_at.to_s(:medium) .col-md-8 %p |