diff options
Diffstat (limited to 'lib/lsg_web/templates/irc/txt.html.eex')
-rw-r--r-- | lib/lsg_web/templates/irc/txt.html.eex | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/lsg_web/templates/irc/txt.html.eex b/lib/lsg_web/templates/irc/txt.html.eex index e060e5f..5b31320 100644 --- a/lib/lsg_web/templates/irc/txt.html.eex +++ b/lib/lsg_web/templates/irc/txt.html.eex @@ -8,7 +8,7 @@ ol li { </style> <h1> - <small><a href="https://115ans.net">115ans.net</a> › <a href="/irc">irc</a> › <a href="/irc/txt">txt</a> ›</small><br/> + <small><a href="/irc"><%= Keyword.get(Application.get_env(:lsg, :irc), :name, "ircbot") %></a> › <a href="/irc/txt">txt</a> ›</small><br/> <%= @name %>.txt</h1> <ol> @@ -17,3 +17,6 @@ ol li { <% end %> </ol> +<p> + <a href="/irc/txt/<%= @name %>.txt">télécharger au format texte</a> +</p> |