[bbb-greenlight: 12/18] WR342136 One more piece for hide/show recording (#2059)
- From: Bartłomiej Piotrowski <bpiotrowski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [bbb-greenlight: 12/18] WR342136 One more piece for hide/show recording (#2059)
- Date: Fri, 18 Sep 2020 06:13:00 +0000 (UTC)
commit 3de60daf856f572346746e9c268c1a5b201a402f
Author: Mitsutaka Sato <mitsutakasato catalyst net nz>
Date: Fri Sep 4 02:45:53 2020 +1200
WR342136 One more piece for hide/show recording (#2059)
Co-authored-by: Ahmad Farhat <ahmad af farhat gmail com>
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 4ac224e..e542932 100644
--- a/app/views/rooms/show.html.erb
+++ b/app/views/rooms/show.html.erb
@@ -31,7 +31,7 @@
<a><i id="edit-room" class="fa fa-edit align-top home-indicator ml-2" data-edit-room="<%=
@room.uid %>"></i></a>
<% end %>
</div>
- <h4 class="text-left mb-6"><%= @room.sessions %> <%= t("room.sessions") %> | <%= @recordings.length
%> <%= t("room.recordings") %></h4>
+ <h4 class="text-left mb-6"><%= @room.sessions %> <%= t("room.sessions") %><% unless
hide_recording_tables %> | <%= @recordings.length %> <%= t("room.recordings") %><% end %></h4>
<% unless exceeds_limit %>
<label class="form-label"><%= t("room.invite_participants") %></label>
<div class="row">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]