- Timestamp:
- 04/29/25 15:00:55 (41 hours ago)
- Branches:
- master
- Children:
- 349551d
- Parents:
- bf78464 (diff), dad25fc (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ReserveNGo-frontend/src/components/Project/Nav_bar_new.vue
rbf78464 r7d8eeab 89 89 <a v-if="userStore_.data.role==='UN_AUTHENTICATED'" class="btn btn-dark ms-2">Register</a> 90 90 </router-link> 91 <router-link to="/addRestaurant"> 92 <a v-if="userStore_.data.role==='ROLE_LOCAL_MANAGER' || userStore_.data.role==='ROLE_ADMIN'" class="btn btn-dark me-2">Add Restaurant</a> 93 </router-link> 91 94 <logout_></logout_> 92 95 </li>
Note:
See TracChangeset
for help on using the changeset viewer.