start timeline view

This commit is contained in:
Torsten
2023-05-27 20:42:54 +03:00
parent d90ed00b71
commit b8dc0da001
4 changed files with 22 additions and 1 deletions

View File

@ -0,0 +1,9 @@
= paginate @members
.flex.flex-col.mx-10
- @members.each_with_index do |member , index|
.flex
.w-60= member.name
.mx-1= index + 1
.mx-1= distance_of_time_in_words_to_now member.arrived
.name= member.left - member.arrived