diff options
Diffstat (limited to 'app/views/keys/_show.html.haml')
-rw-r--r-- | app/views/keys/_show.html.haml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/app/views/keys/_show.html.haml b/app/views/keys/_show.html.haml index 3d506e425c9..81ecbfe6ba6 100644 --- a/app/views/keys/_show.html.haml +++ b/app/views/keys/_show.html.haml @@ -1,7 +1,7 @@ -%a.update-item{:href => key_path(key)} - %span.update-title - = key.title - %span.update-author - Added - = time_ago_in_words(key.created_at) - ago +%li.entry + = link_to key_path(key) do + %strong= key.title + %span.right.cgray + Added + = time_ago_in_words(key.created_at) + ago |