static-fe overhaul (#236)
[akkoma] / lib / pleroma / web / templates / static_fe / static_fe / conversation.html.eex
index 3a1249df2e01ddf717ff31f20bd9a208aea8c9c9..b825c85e7f9deaab2fc9691d7ae2067b61a0c438 100644 (file)
@@ -1,7 +1,8 @@
-<h1><%= link @instance_name, to: "/" %></h1>
-
-<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>