Skip to content
This repository has been archived by the owner on Sep 27, 2022. It is now read-only.

Commit

Permalink
Merge pull request #165 from ymcatwincities/backportyn
Browse files Browse the repository at this point in the history
  • Loading branch information
podarok authored Apr 26, 2022
2 parents 6432e3e + 62eae36 commit 525917c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions openy_af4_vue_app/dist/activity_finder_4.umd.min.js

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions openy_af4_vue_app/src/components/ResultsList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</div>

<div v-if="item.dates" class="item-detail dates">
<i class="fa fa-calendar"></i>
<font-awesome-icon icon="calendar" />
<span>
<span class="info">{{ item.dates }}</span>
<br />
Expand All @@ -48,7 +48,7 @@
</div>

<div class="item-detail schedule">
<i class="fa fa-clock fa-clock-o"></i>
<font-awesome-icon icon="clock" />
<span class="schedule-items">
<span v-for="(schedule, index) in item.schedule" :key="index" class="schedule-item">
<span class="info">{{ schedule.time }}</span>
Expand Down Expand Up @@ -103,7 +103,7 @@
<div class="row">
<div class="col-sm-4">
<div v-if="item.dates" class="item-detail dates">
<i class="fa fa-calendar"></i>
<font-awesome-icon icon="calendar" />
<span>
<span class="info">{{ item.dates }}</span>
<br />
Expand All @@ -112,7 +112,7 @@
</div>

<div class="item-detail schedule">
<i class="fa fa-clock fa-clock-o"></i>
<font-awesome-icon icon="clock" />
<span class="schedule-items">
<span v-for="(schedule, index) in item.schedule" :key="index" class="schedule-item">
<span class="info">{{ schedule.time }}</span>
Expand Down Expand Up @@ -145,7 +145,7 @@

<div class="col-sm-4">
<div v-if="item.price" class="item-detail price">
<i class="fa fa-money-bill fa-money"></i>
<font-awesome-icon icon="money-bill" />
<span>
<span class="info">{{ item.price }}</span>
</span>
Expand Down

0 comments on commit 525917c

Please sign in to comment.