summaryrefslogtreecommitdiff
path: root/lib/lsg_web/templates/irc/txt.html.eex
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lsg_web/templates/irc/txt.html.eex')
-rw-r--r--lib/lsg_web/templates/irc/txt.html.eex7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/lsg_web/templates/irc/txt.html.eex b/lib/lsg_web/templates/irc/txt.html.eex
index 5b31320..e9df681 100644
--- a/lib/lsg_web/templates/irc/txt.html.eex
+++ b/lib/lsg_web/templates/irc/txt.html.eex
@@ -1,16 +1,9 @@
<style type="text/css">
-h1 small {
- font-size: 14px;
-}
ol li {
margin-bottom: 5px
}
</style>
-<h1>
- <small><a href="/irc"><%= Keyword.get(Application.get_env(:lsg, :irc), :name, "ircbot") %></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>