Ignore:
Timestamp:
04/29/25 15:00:55 (41 hours ago)
Author:
Nikola Jordanoski <nikolaj_koko@…>
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.
Message:

Merge branch 'master' of https://github.com/nikolakoko/ReserveNGo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ReserveNGo-frontend/src/components/Project/Nav_bar_new.vue

    rbf78464 r7d8eeab  
    8989            <a v-if="userStore_.data.role==='UN_AUTHENTICATED'" class="btn btn-dark ms-2">Register</a>
    9090            </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>
    9194            <logout_></logout_>
    9295          </li>
Note: See TracChangeset for help on using the changeset viewer.