static-fe overhaul (#236)
[akkoma] / lib / pleroma / web / templates / static_fe / static_fe / conversation.html.eex
1 <div class="panel conversation">
2 <div class="panel-heading">
3 <%= gettext("Conversation") %>
4 </div>
5 <%= for activity <- @activities do %>
6 <%= render("_notice.html", activity) %>
7 <% end %>
8 </div>