forked from External/greenlight
Times are now rendered using the browsers time zone (#2438)
This commit is contained in:
@ -35,7 +35,7 @@
|
||||
</div>
|
||||
<div class="small text-muted">
|
||||
<% if room.sessions > 0 %>
|
||||
<i><%= t("room.last_session", session: recording_date(room.last_session)) %></i>
|
||||
<i><%= t("room.last_session", session: view_date(room.last_session)).html_safe %></i>
|
||||
<% else %>
|
||||
<i><%= t("room.no_sessions") %></i>
|
||||
<% end %>
|
||||
|
Reference in New Issue
Block a user