Skip to content

Commit

Permalink
More obvious relive notice
Browse files Browse the repository at this point in the history
  • Loading branch information
QbDesu committed Dec 29, 2024
1 parent 0b19f60 commit 7607326
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/views/frontend/events/show.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,11 @@

- if not @event.recordings.video.present? and @event.relive_present?
.alert.alert-info
%h4
%span.icon.icon-cog
= 'Stream Recording'
%b
= "This is just a stream recording, the final release of this talk is still being worked on."
= 'This is just a preliminary release of the stream recording, the final release of this talk is still being worked on.'

- if @event.recordings.video.present?
.player.video{'data-aspect-ratio' => @conference.aspect_ratio}
Expand Down

0 comments on commit 7607326

Please sign in to comment.