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

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

<p>
  <a href="/irc/txt/<%= @name %>.txt">télécharger au format texte</a>
</p>