Your coding recap

<%= @period_label %>

Hi <%= h(@user.display_name) %>, here is your weekly coding snapshot from Hackatime.

Total coding time

<%= short_time_simple(@total_seconds) %>

Daily average

<%= short_time_simple(@daily_average_seconds) %>

Active days

<%= @active_days %>/7

Heartbeats

<%= @total_heartbeats %>

<% if @total_seconds.zero? %>

No coding activity was recorded this week. Start a new session and your next summary will include your project and language breakdown.

<% else %>

Top projects

<% @top_projects.each_with_index do |project, index| %> <% end %>
<%= project[:name] %> <%= project[:duration_label] %>

Top languages

<% @top_languages.each_with_index do |language, index| %> <% end %>
<%= language[:name] %> <%= language[:duration_label] %>
<% end %>