summaryrefslogtreecommitdiff
path: root/lib/lsg_web/templates/irc/txts.html.eex
diff options
context:
space:
mode:
authorhref <href@random.sh>2018-02-10 21:40:22 +0100
committerhref <href@random.sh>2018-02-10 21:40:22 +0100
commit935a36eecc0faea60236101e11bc9f7cf1872686 (patch)
treeb7b4358dee2eb3fc60681852f62c750ae8c05cb9 /lib/lsg_web/templates/irc/txts.html.eex
parentsse / embedded player (diff)
update
Diffstat (limited to 'lib/lsg_web/templates/irc/txts.html.eex')
-rw-r--r--lib/lsg_web/templates/irc/txts.html.eex8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/lsg_web/templates/irc/txts.html.eex b/lib/lsg_web/templates/irc/txts.html.eex
new file mode 100644
index 0000000..7c96ed9
--- /dev/null
+++ b/lib/lsg_web/templates/irc/txts.html.eex
@@ -0,0 +1,8 @@
+<h1>irc.txt</h1>
+
+<ul>
+ <%= for {txt, data} <- @data do %>
+ <li><a href="/irc/txt/<%= txt %>"><%= txt %></a> <i>(<%= Enum.count(data) %>)</i></li>
+ <% end %>
+</ul>
+