in dev, allow dev FE
[akkoma] / lib / pleroma / web / templates / static_fe / static_fe / conversation.html.eex
index f0d3b5972171e2fa6cb93c65a1c2b9750d25c269..b825c85e7f9deaab2fc9691d7ae2067b61a0c438 100644 (file)
@@ -1,5 +1,8 @@
-<div class="conversation">
+<div class="panel conversation">
+  <div class="panel-heading">
+    <%= gettext("Conversation") %>
+  </div>
   <%= for activity <- @activities do %>
-    <%= render("_notice.html", activity) %>
+  <%= render("_notice.html", activity) %>
   <% end %>
 </div>