File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 166
166
{#if routeShortNames ()}
167
167
< h2 class = " h2 mb-0 text-white" > {$t (' routes' )}: {routeShortNames ().join (' , ' )}< / h2>
168
168
{/ if }
169
-
169
+
170
170
{#if tripSelected}
171
171
< div class = " mt-auto flex justify-end" >
172
172
< a
173
- href= {` /stops/${ stop .id } /schedule` }
174
- class = " inline-block rounded-lg border border-brand bg-brand px-3 py-1 text-sm font-medium text-white shadow-md transition duration-200 ease-in-out hover:bg-brand-secondary"
175
- target= " _blank"
173
+ href= {` /stops/${ stop .id } /schedule` }
174
+ class = " inline-block rounded-lg border border-brand bg-brand px-3 py-1 text-sm font-medium text-white shadow-md transition duration-200 ease-in-out hover:bg-brand-secondary"
175
+ target= " _blank"
176
176
>
177
177
{$t (' schedule_for_stop.view_schedule' )}
178
178
< / a>
You can’t perform that action at this time.
0 commit comments