File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 21
21
< th scope ="col " class ="text-center " width ="8% "> Quarter</ th >
22
22
< th scope ="col " class ="text-center " width ="8% "> Year</ th >
23
23
< th scope ="col " class ="text-center " width ="8% "> All time</ th >
24
- < th scope ="col " class ="text-center " width ="10% "> Active since </ th >
24
+ < th scope ="col " class ="text-center " width ="10% "> Start date </ th >
25
25
</ tr >
26
26
</ thead >
27
27
< tbody >
35
35
< td class ="text-center "> <%= @papers_last_3_months [ editor . id ] . to_i %> </ td >
36
36
< td class ="text-center "> <%= @papers_last_year [ editor . id ] . to_i %> </ td >
37
37
< td class ="text-center "> <%= @papers_all_time [ editor . id ] . to_i %> </ td >
38
- < td class ="text-center " style ="font-size: 0.9em; "> <%= distance_of_time_in_words ( editor . created_at , Time . current ) %> ago </ td >
38
+ < td class ="text-center " style ="font-size: 0.9em; "> <%= editor . created_at . strftime ( "%Y-%m-%d" ) %> </ td >
39
39
</ tr >
40
40
<% end %>
41
41
</ tbody >
You can’t perform that action at this time.
0 commit comments