Fixed issue with visibility redirected and changed the 'no recordings' string for the recordings page (#361)

This commit is contained in:
farhatahmad
2019-02-06 12:02:53 -05:00
committed by Jesus Federico
parent 16def655cf
commit 9883616f9c
6 changed files with 12 additions and 5 deletions

View File

@ -18,4 +18,4 @@
# without losing all css
%>
<%= render "shared/sessions", recordings: @recordings, only_public: false %>
<%= render "shared/sessions", recordings: @recordings, only_public: false, user_recordings: true %>