summaryrefslogtreecommitdiff
path: root/lib/lsg_web/templates/alcoolog/index.html.eex
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lsg_web/templates/alcoolog/index.html.eex')
-rw-r--r--lib/lsg_web/templates/alcoolog/index.html.eex6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/lsg_web/templates/alcoolog/index.html.eex b/lib/lsg_web/templates/alcoolog/index.html.eex
index 263da95..5a5423a 100644
--- a/lib/lsg_web/templates/alcoolog/index.html.eex
+++ b/lib/lsg_web/templates/alcoolog/index.html.eex
@@ -38,7 +38,7 @@ ol li {
<%= if status.last_descr && status.last_descr != "" do %>
<br /><%= status.last_descr %>
<% end %>
- <br/><small><%= LSGWeb.LayoutView.format_time(status.last_at) %></small>
+ <br/><small><%= NolaWeb.LayoutView.format_time(status.last_at) %></small>
</p>
<p class="mt-1 text-gray-500 text-sm leading-5 truncate">
@@ -131,7 +131,7 @@ _ -> {"gray-300", ""}
<% date = DateTime.from_unix!(date, :millisecond) %>
<tr class="<%= class %>">
<td class="px-6 py-4 whitespace-no-wrap text-sm leading-5 font-medium text-gray-900">
- <%= LSGWeb.LayoutView.format_time(date, false) %>
+ <%= NolaWeb.LayoutView.format_time(date, false) %>
</td>
<td class="px-6 py-4 whitespace-no-wrap text-sm leading-5 font-medium text-gray-900">
<%= link nick, to: alcoolog_path(@conn, :nick, @network, nick) %>
@@ -161,7 +161,7 @@ _ -> {"gray-300", ""}
(function() {
// oui s trè moch :( :( :(
var ctx = document.getElementById('myChart').getContext('2d');
- d3.json('<%= alcoolog_path(@conn, :index_gls_json, @network, LSGWeb.format_chan(@channel)) %>', function(data) {
+ d3.json('<%= alcoolog_path(@conn, :index_gls_json, @network, NolaWeb.format_chan(@channel)) %>', function(data) {
var dynamicColors = function() {
var r = Math.floor(Math.random() * 255);