move to 2.5.5
[anni] / lib / pleroma / web / templates / static_fe / static_fe / conversation.html.eex
1 <header>
2   <h1><%= link instance_name(), to: "/" %></h1>
3 </header>
4
5 <main>
6   <div class="conversation">
7     <%= for activity <- @activities do %>
8       <%= render("_notice.html", activity) %>
9     <% end %>
10   </div>
11 </main>