From 3de60daf856f572346746e9c268c1a5b201a402f Mon Sep 17 00:00:00 2001 From: Mitsutaka Sato Date: Fri, 4 Sep 2020 02:45:53 +1200 Subject: [PATCH] WR342136 One more piece for hide/show recording (#2059) Co-authored-by: Ahmad Farhat --- app/views/rooms/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/rooms/show.html.erb b/app/views/rooms/show.html.erb index 4ac224ea..e5429321 100644 --- a/app/views/rooms/show.html.erb +++ b/app/views/rooms/show.html.erb @@ -31,7 +31,7 @@ <% end %> -

<%= @room.sessions %> <%= t("room.sessions") %> | <%= @recordings.length %> <%= t("room.recordings") %>

+

<%= @room.sessions %> <%= t("room.sessions") %><% unless hide_recording_tables %> | <%= @recordings.length %> <%= t("room.recordings") %><% end %>

<% unless exceeds_limit %>