summaryrefslogtreecommitdiff
path: root/lib/lsg_web/templates/alcoolog/user.html.eex
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lsg_web/templates/alcoolog/user.html.eex')
-rw-r--r--lib/lsg_web/templates/alcoolog/user.html.eex6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/lsg_web/templates/alcoolog/user.html.eex b/lib/lsg_web/templates/alcoolog/user.html.eex
index 8907f9a..d7f716b 100644
--- a/lib/lsg_web/templates/alcoolog/user.html.eex
+++ b/lib/lsg_web/templates/alcoolog/user.html.eex
@@ -12,7 +12,7 @@
<% end %>
</span>
- <span class="px-3 text-gray-500 text-sm font-thin"><%= LSGWeb.LayoutView.format_time(@stats.last_at) %></span>
+ <span class="px-3 text-gray-500 text-sm font-thin"><%= NolaWeb.LayoutView.format_time(@stats.last_at) %></span>
</h3>
@@ -34,7 +34,7 @@
<% end %>
</span>
- <span class="px-3 text-gray-500 text-sm font-thin"><%= LSGWeb.LayoutView.format_time(@stats.last_at) %></span>
+ <span class="px-3 text-gray-500 text-sm font-thin"><%= NolaWeb.LayoutView.format_time(@stats.last_at) %></span>
</h3>
<% end %>
@@ -65,7 +65,7 @@
<% class = if(Integer.is_even(index), do: "bg-gray-50", else: "bg-white") %>
<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 text-gray-500"><%= cl %>cl <%= deg %>°</td>
<td class="px-6 py-4 whitespace-no-wrap text-sm leading-5 text-gray-500"><%= comment||"" %></td>