forked from External/greenlight
bigbluebutton link in footer
This commit is contained in:
parent
08ecae0ef6
commit
0e0d744fe3
|
@ -56,7 +56,7 @@
|
||||||
|
|
||||||
<!-- Footer -->
|
<!-- Footer -->
|
||||||
<div class='footer text-center'>
|
<div class='footer text-center'>
|
||||||
<%= t('powered_bigbluebutton') %>
|
<%= t('powered_bigbluebutton_html', link: link_to('BigBlueButton', 'http://bigbluebutton.org/', target: "_blank")) %>
|
||||||
</div>
|
</div>
|
||||||
<!-- End of Footer -->
|
<!-- End of Footer -->
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -54,7 +54,7 @@ en-US:
|
||||||
no: No
|
no: No
|
||||||
oauth_signup: Signup for customized sessions
|
oauth_signup: Signup for customized sessions
|
||||||
past_recordings: Past Recordings
|
past_recordings: Past Recordings
|
||||||
powered_bigbluebutton: Powered by BigBlueButton
|
powered_bigbluebutton_html: Powered by %{link}
|
||||||
presentation: Presentation
|
presentation: Presentation
|
||||||
return_to_room: Return to your personal room
|
return_to_room: Return to your personal room
|
||||||
session_url_explanation: The session will be taking place using the following URL
|
session_url_explanation: The session will be taking place using the following URL
|
||||||
|
|
Loading…
Reference in New Issue