projects
/
anni
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
total rebase
[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>