Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienpoly committed Jul 9, 2024
1 parent c6d6f06 commit f59017b
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions app/views/talks/_talk.html.erb
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<%= content_tag :div, id: dom_id(talk),
data: {
controller: "video-player",
video_player_poster_value: talk.thumbnail_lg,
video_player_provider_value: "youtube",
video_player_src_value: talk.video_id
} do %>
data: {
controller: "video-player",
video_player_poster_value: talk.thumbnail_lg,
video_player_provider_value: "youtube",
video_player_src_value: talk.video_id
} do %>

<div <%= tag.attributes(
class: "aspect-video banner-img card-horizontal-img relative",
Expand Down Expand Up @@ -43,7 +43,6 @@
<%= link_to "Edit this talk", edit_talk_path(talk), class: "rounded-lg py-3 ml-2 px-5 bg-gray-100 inline-block font-medium" %>
<% end %>


</div>
<% end %>

Expand Down

0 comments on commit f59017b

Please sign in to comment.