diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/irc/conns.ex | 3 | ||||
-rw-r--r-- | lib/web/templates/layout/app.html.eex | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/irc/conns.ex b/lib/irc/conns.ex deleted file mode 100644 index b0e5d3c..0000000 --- a/lib/irc/conns.ex +++ /dev/null @@ -1,3 +0,0 @@ -defmodule IRC.Conns do - -end diff --git a/lib/web/templates/layout/app.html.eex b/lib/web/templates/layout/app.html.eex index c774369..b3199e2 100644 --- a/lib/web/templates/layout/app.html.eex +++ b/lib/web/templates/layout/app.html.eex @@ -120,6 +120,9 @@ <div class="bg-white h-full rounded-lg shadow px-5 py-6 sm:px-6"> <%= @inner_content %> </div> + <div mt-4 text-grey text-small"> + v<%= Nola.version() %> <a href="<%= Nola.source_url() %>">source</a> + </div> <!-- /End replace --> </div> </main> |