File tree Expand file tree Collapse file tree 1 file changed +7
-12
lines changed Expand file tree Collapse file tree 1 file changed +7
-12
lines changed Original file line number Diff line number Diff line change 22
33 <div >
44
5- <!-- linking the entire details section to a "view more" page -->
6- <router-link v-if =" showViewMore" :to =" viewMorePageLink" >
75 <div class =" card-group-details" >
6+
87 <h2 v-if =" header" class =" card-group-details-header" >
98 {{ header }}
109 </h2 >
11- <span class =" card-group-details-view-more" >
12- {{ $tr('viewMoreFromSectionButton') }}
10+
11+ <span v-if =" showViewMore" class =" card-group-details-view-more" >
12+ <router-link to =" viewMorePageLink" >
13+ {{ $tr('viewMoreFromSectionButton') }}
14+ </router-link >
1315 </span >
16+
1417 </div >
15- </router-link >
16-
17- <!-- relying on vue to not have to re-render all of this -->
18- <header v-else class =" card-group-details" >
19- <h2 v-if =" header" class =" card-group-details-header" >
20- {{header}}
21- </h2 >
22- </header >
2318
2419 </div >
2520
You can’t perform that action at this time.
0 commit comments