File tree Expand file tree Collapse file tree 5 files changed +10
-1
lines changed
training-front-end/src/components Expand file tree Collapse file tree 5 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 9
9
import { RepositoryFactory } from " ./RepositoryFactory.vue" ;
10
10
import { useStore } from " @nanostores/vue" ;
11
11
import { profile } from " ../stores/user.js" ;
12
-
12
+
13
+ const base_url = import .meta.env.BASE_URL
13
14
const adminRepository = RepositoryFactory .get (' admin' )
14
15
const { withMessage } = helpers
15
16
331
332
GSA SmartPay team
332
333
</a > to gain access.
333
334
</USWDSAlert >
335
+ <p ><a :href =" base_url" >Return to Home</a ></p >
334
336
</section >
335
337
</template >
336
338
<style >
Original file line number Diff line number Diff line change @@ -107,5 +107,6 @@ const isAdminUser = computed(() => user.value.roles.includes('Admin'))
107
107
GSA SmartPay team
108
108
</a > to gain access.
109
109
</USWDSAlert >
110
+ <p ><a :href =" base_url" >Return to Home</a ></p >
110
111
</section >
111
112
</template >
Original file line number Diff line number Diff line change 7
7
import AdminUserReportDownload from " ./AdminUserReport.vue"
8
8
import USWDSAlert from ' ./USWDSAlert.vue'
9
9
10
+ const base_url = import .meta.env.BASE_URL
10
11
const error = ref ()
11
12
const user = useStore (profile)
12
13
const isAdminUser = computed (() => user .value .roles .includes (' Admin' ))
90
91
GSA SmartPay team
91
92
</a > to gain access.
92
93
</USWDSAlert >
94
+ <p ><a :href =" base_url" >Return to Home</a ></p >
93
95
</section >
94
96
</template >
Original file line number Diff line number Diff line change 12
12
13
13
const PAGE_SIZE = 25
14
14
15
+ const base_url = import .meta.env.BASE_URL
15
16
const user = useStore (profile)
16
17
const isAdminUser = computed (() => user .value .roles .includes (' Admin' ))
17
18
let currentPage = ref (0 )
202
203
GSA SmartPay team
203
204
</a > to gain access.
204
205
</USWDSAlert >
206
+ <p ><a :href =" base_url" >Return to Home</a ></p >
205
207
</section >
206
208
</template >
Original file line number Diff line number Diff line change 13
13
import AdminRepository from ' ./AdminRepository.vue' ;
14
14
import USWDSComboBox from " ./form-components/USWDSComboBox.vue" ;
15
15
16
+ const base_url = import .meta.env.BASE_URL
16
17
const error = ref ()
17
18
const user = useStore (profile)
18
19
const isAdminUser = computed (() => user .value .roles .includes (' Admin' ))
211
212
GSA SmartPay team
212
213
</a > to gain access.
213
214
</USWDSAlert >
215
+ <p ><a :href =" base_url" >Return to Home</a ></p >
214
216
</section >
215
217
</template >
You can’t perform that action at this time.
0 commit comments