[bbb-greenlight: 30/39] Removed public from public room recordings (#2169)




commit 92d6c285c44e188efa549027fbffcf020ae3e5ae
Author: Ahmad Farhat <ahmad af farhat gmail com>
Date:   Wed Oct 7 13:32:11 2020 -0400

    Removed public from public room recordings (#2169)

 app/views/shared/_sessions.html.erb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/app/views/shared/_sessions.html.erb b/app/views/shared/_sessions.html.erb
index 22c1fa0..cba1fb2 100644
--- a/app/views/shared/_sessions.html.erb
+++ b/app/views/shared/_sessions.html.erb
@@ -16,7 +16,7 @@
 <div class="sessions pb-5">
   <div class="container pt-6">
 
-    <%= render "shared/components/subtitle", subtitle: (only_public ? t("recording.visibility.public") + " " 
: "") + title, search: true %>
+    <%= render "shared/components/subtitle", subtitle: title, search: true %>
     <div class="row">
       <div class="col-12">
         <div class="card">


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]