Skip to content
Snippets Groups Projects
Unverified Commit d71ec232 authored by Thibault Francois's avatar Thibault Francois Committed by GitHub
Browse files

[fix] avoid printing %{inject} when no_recordings are available (#2819)

parent 0b418d72
No related branches found
No related tags found
No related merge requests found
...@@ -86,7 +86,7 @@ ...@@ -86,7 +86,7 @@
<% if user_recordings %> <% if user_recordings %>
<%= t("recording.no_user_recordings") %> <%= t("recording.no_user_recordings") %>
<% else %> <% else %>
<%= only_public ? t("recording.no_public_recordings") : t("recording.no_recordings") %> <%= only_public ? t("recording.no_public_recordings") : t("recording.no_recordings", inject: "") %>
<% end %> <% end %>
</td> </td>
</tr> </tr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment