Fix indentation for crystal format compliance

This commit is contained in:
Emilien 2026-06-26 17:10:49 +02:00
parent 537c7a86ce
commit d4a5593ab9
2 changed files with 17 additions and 17 deletions

View File

@ -76,7 +76,7 @@ we're going to need to do it here in order to allow for translations.
<%= rendered "components/player" %> <%= rendered "components/player" %>
</div> </div>
<% else %> <% else %>
<div id="player-container" class="h-box"> <div class="h-box">
<div style="display:flex;align-items:center;justify-content:center;background-color:#000;width:100%;aspect-ratio:16/9"> <div style="display:flex;align-items:center;justify-content:center;background-color:#000;width:100%;aspect-ratio:16/9">
<p style="color:#fff;font-size:1.2em;text-align:center"> <p style="color:#fff;font-size:1.2em;text-align:center">
<%= I18n.translate(locale, "error_from_youtube_unplayable") %><br/> <%= I18n.translate(locale, "error_from_youtube_unplayable") %><br/>