thirteen-tien-len/app/views/microposts/_micropost.html.haml
2023-11-15 12:30:47 +00:00

5 lines
206 B
Plaintext

%li{id: "micropost-#{micropost.id}"}
%span= link_to micropost.user.display_name, micropost.user
%span.content= micropost.content
%span.timestamp Posted #{time_ago_in_words(micropost.created_at)} ago.