Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Odkazy na půjčovnu vodáckého materiálu #58

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Grejdy marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,16 @@
<ion-label>Veřejná sekce</ion-label>
</ion-item>

<ion-accordion-group>
<ion-accordion value="first">
<ion-item slot="header">
<ion-label>Půjčovna</ion-label>
</ion-item>
<div class="ion-padding" slot="content"><a href="https://sites.google.com/bosan.cz/pujcovna">Zadat výpůjčku</a></div>
<div class="ion-padding" slot="content"><a href="https://docs.google.com/spreadsheets/d/1SHl5o2PEmohP7LKxfoQWvs--zCrdNrIYXK6NsxfbBdo/edit#gid=48607272">Prohlížet výpůjčky</a></div>
</ion-accordion>
</ion-accordion-group>

<ng-container *ngIf="userService.user | async as user">
<ion-item *aclCan="'account'" routerLink="ucet" routerDirection="root" routerLinkActive="active">
<ion-label>
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/environments/environment.dev-test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export const environment = {
production: false,

apiRoot: "https://interni.test.bosan.cz/api",
apiRoot: "https://test.interni.bosan.cz/api",

gapi: {
client_id: "249555539983-j8rvff7bovgnecsmjffe0a3dj55j33hh.apps.googleusercontent.com",
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/environments/environment.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export const environment = {
production: true,

apiRoot: "https://interni.test.bosan.cz/api",
apiRoot: "https://test.interni.bosan.cz/api",

jwtDomains: ["bosan.cz"],

Expand Down