From 935a36eecc0faea60236101e11bc9f7cf1872686 Mon Sep 17 00:00:00 2001 From: href Date: Sat, 10 Feb 2018 21:40:22 +0100 Subject: update --- lib/lsg_web/templates/irc/index.html.eex | 29 +++++++++++++++++++++++++++++ lib/lsg_web/templates/irc/txt.html.eex | 19 +++++++++++++++++++ lib/lsg_web/templates/irc/txts.html.eex | 8 ++++++++ 3 files changed, 56 insertions(+) create mode 100644 lib/lsg_web/templates/irc/index.html.eex create mode 100644 lib/lsg_web/templates/irc/txt.html.eex create mode 100644 lib/lsg_web/templates/irc/txts.html.eex (limited to 'lib/lsg_web/templates/irc') diff --git a/lib/lsg_web/templates/irc/index.html.eex b/lib/lsg_web/templates/irc/index.html.eex new file mode 100644 index 0000000..91873e6 --- /dev/null +++ b/lib/lsg_web/templates/irc/index.html.eex @@ -0,0 +1,29 @@ +

bot `115ans

+ +

+Si vous cherchez l'IRC c'est par là. +
+Statistiques. +

+ + + + +
+ <%= for help <- @commands do %> +
<%= help |> Earmark.as_html! |> raw() %>
+ <% end %> +
+ +

+ + source: git.yt/115ans/sys + +

diff --git a/lib/lsg_web/templates/irc/txt.html.eex b/lib/lsg_web/templates/irc/txt.html.eex new file mode 100644 index 0000000..4ffde50 --- /dev/null +++ b/lib/lsg_web/templates/irc/txt.html.eex @@ -0,0 +1,19 @@ + + +

+ irc.txt:
+ <%= @name %>.txt

+ +
    + <%= for {txt, id} <- Enum.with_index(@data) do %> +
  1. <%= txt %>
  2. + <% end %> +
+ 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 @@ +

irc.txt

+ + + -- cgit v1.2.3