logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git

conversation.html.eex (223B)


  1. <header>
  2. <h1><%= link instance_name(), to: "/" %></h1>
  3. </header>
  4. <main>
  5. <div class="conversation">
  6. <%= for activity <- @activities do %>
  7. <%= render("_notice.html", activity) %>
  8. <% end %>
  9. </div>
  10. </main>