Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonhundt committed Aug 10, 2023
1 parent c4997d3 commit ca2c372
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/views/podcast_player/_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<%= label_tag t("helpers.label.podcast_player.episode_number") %>
<a hidden href="<%= request.fullpath %>" data-dynamic-form-target="link"></a>
</div>
</div>
</div>
</div>

<div class="row">
Expand All @@ -60,7 +60,7 @@

<div class="card-footer">
<%= link_to t(".clear"), podcast_player_path(podcast), class: "btn btn-primary" %>
</div>
</div>
</div>

<div class="col-12 mb-4">
Expand Down Expand Up @@ -92,4 +92,4 @@
<%= embed_player_podcast_iframe(podcast, player_options, true) %>
</div>

<% end %>
<% end %>

0 comments on commit ca2c372

Please sign in to comment.