summaryrefslogtreecommitdiff
path: root/lib/lsg_web/templates/irc/txt.html.eex
blob: e060e5fb17f0a01dd46ef5dd7539c8c0dbcb7116 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<style type="text/css">
h1 small {
  font-size: 14px;
}
ol li {
  margin-bottom: 5px
}
</style>

<h1>
  <small><a href="https://115ans.net">115ans.net</a> &rsaquo; <a href="/irc">irc</a> &rsaquo; <a href="/irc/txt">txt</a> &rsaquo;</small><br/>
  <%= @name %>.txt</h1>

<ol>
  <%= for {txt, id} <- Enum.with_index(@data) do %>
    <li id="<%= @name %>-<%= id %>"><%= txt %></li>
  <% end %>
</ol>