2019-10-06 19:41:18 -04:00
|
|
|
<h1>Home</h1>
|
|
|
|
|
2020-05-25 19:30:17 -04:00
|
|
|
<%= render "_post_form.html", conn: @conn %>
|
|
|
|
<hr>
|
2020-04-20 18:37:07 -04:00
|
|
|
|
2020-04-25 12:30:47 -04:00
|
|
|
<%= render "_timeline.html", conn: @conn, statuses_with_authors: @statuses_with_authors %>
|