diff --git a/app/views/users/edit.html.erb b/app/views/users/edit.html.erb index 59ac2c5..74d9296 100644 --- a/app/views/users/edit.html.erb +++ b/app/views/users/edit.html.erb @@ -47,6 +47,15 @@
+ <% if current_user.most_recent_direct_entry_heartbeat %> + Your last heartbeat was <%= time_ago_in_words current_user.most_recent_direct_entry_heartbeat.created_at %> ago. + <% else %> + You haven't sent any heartbeats yet directly to this platform. + <% end %> +
+ <%= render "wakatime_config_display" %>