Hi, this is Evgenii from Dawarich! Pretty wild journey last year, huh? Let's take a look back at all the places you explored in <%= @digest.year %>.
Your journey, by the numbers
Hi, this is Evgenii from Dawarich! Pretty wild journey last year, huh? Let's take a look back at all the places you explored in <%= @digest.year %>.
<%= distance_with_unit(@digest.distance, @distance_unit) %>
<%= distance_comparison_text(@digest.distance) %>
<% if @digest.yoy_distance_change %><%= yoy_change_text(@digest.yoy_distance_change) %> compared to <%= @digest.previous_year %>
<% end %><%= @digest.countries_count %>
<% if @digest.first_time_countries.any? %>New First time in: <%= @digest.first_time_countries.join(', ') %>
<% end %><%= @digest.cities_count %>
<% if @digest.first_time_cities.any? %>New <% cities_to_show = @digest.first_time_cities.take(5) %> First time in: <%= cities_to_show.join(', ') %> <% if @digest.first_time_cities.count > 5 %> and <%= @digest.first_time_cities.count - 5 %> more <% end %>
<% end %>| <% end %> |
| <%= Date::ABBR_MONTHNAMES[month][0..0] %> | <% end %>
💡 Track more in <%= @digest.year + 1 %> to see a fuller picture of your travels!
<% end %>You can open your digest for sharing on its page on Dawarich: <%= users_digest_url(year: @digest.year) %>