Skip to content

Commit

Permalink
Fix Spot surfline header span
Browse files Browse the repository at this point in the history
swrobel committed Dec 26, 2023
1 parent 3cd2474 commit 5eb480f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/spots/show.html.slim
Original file line number Diff line number Diff line change
@@ -38,10 +38,10 @@
th.border-left(colspan=3)
= surfline_link(@spot.surfline_url, 'LOLA')
- if @spot.surfline_v2_lolas.any?
th.border-left(colspan=3)
th.border-left(colspan=4)
= surfline_link(@spot.surfline_v2_url, 'v2 LOLA')
- if @spot.surfline_v2_lotus.any?
th.border-left(colspan=3)
th.border-left(colspan=4)
= surfline_link(@spot.surfline_v2_url, 'v2 LOTUS')
tr
th Time

0 comments on commit 5eb480f

Please sign in to comment.