Fix trips page
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
div class="mb-2 h-entry relative"
|
||||
div class="mb-5 h-entry relative"
|
||||
- if !first
|
||||
div class="-top-4 absolute rounded-full border-2 bg-orange-100 border-orange-200 p-1 w-1 h-2 inline-block dark:border-amber-400 dark:bg-amber-400"
|
||||
div class="-top-4 -left-1 absolute rounded-full border-2 bg-orange-100 border-orange-200 p-1 w-1 h-2 inline-block dark:border-amber-400 dark:bg-amber-400"
|
||||
- if first
|
||||
div class="inline-block mb-2 dark:text-indigo-400"
|
||||
span class="mr-2"
|
||||
|
@@ -13,7 +13,7 @@ div class="mb-4 prose dark:prose-invert max-w-prose mx-auto text-gray-800 dark:t
|
||||
== trip.summary
|
||||
|
||||
div class="mb-4 max-w-prose mx-auto"
|
||||
div id='map' style='width: 100%; height: 400px' data-markers="#{JSON.generate(places.map(&:value))}"
|
||||
div class="rounded" id='map' style='width: 100%; height: 400px' data-markers="#{JSON.generate(places.map(&:value))}"
|
||||
|
||||
div class="h-feed mb-12 max-w-prose mx-auto"
|
||||
- posts.each do |post|
|
||||
|
Reference in New Issue
Block a user