Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Tabu
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
9
Issues
9
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dennis Willers
Tabu
Commits
522d737a
Commit
522d737a
authored
Feb 15, 2021
by
Dennis Willers
🏀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Impressum and Rules Content
parent
c2aa9d56
Pipeline
#385
passed with stages
in 5 minutes and 46 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
2 deletions
+19
-2
impressum.component.html
src/app/impressum/impressum.component.html
+13
-0
impressum.component.ts
src/app/impressum/impressum.component.ts
+5
-1
rules.component.html
src/app/rules/rules.component.html
+1
-1
No files found.
src/app/impressum/impressum.component.html
View file @
522d737a
...
...
@@ -54,3 +54,16 @@
Impressum vom
<a
href=
"https://www.impressum-generator.de"
>
Impressum Generator
</a>
der
<a
href=
"https://www.kanzlei-hasselbach.de/standorte/bonn/"
>
Kanzlei Hasselbach, Bonn
</a>
</mat-card-content>
</mat-card>
<br>
<br>
<br>
<mat-card
class=
"transparent"
>
<mat-card-subtitle>
Tabooh-Version: 2.0
</mat-card-subtitle>
<mat-card-subtitle>
Zuletzt geändert am: 15.02.2021
</mat-card-subtitle>
<mat-card-content>
<button
mat-raised-button
color=
"primary"
(click)=
"goToStartpage()"
>
Zur Startseite
</button>
</mat-card-content>
</mat-card>
<br>
<br>
<br>
src/app/impressum/impressum.component.ts
View file @
522d737a
import
{
Component
,
OnInit
}
from
'
@angular/core
'
;
import
{
Router
}
from
'
@angular/router
'
;
@
Component
({
selector
:
'
app-impressum
'
,
...
...
@@ -7,9 +8,12 @@ import { Component, OnInit } from '@angular/core';
})
export
class
ImpressumComponent
implements
OnInit
{
constructor
()
{
}
constructor
(
private
router
:
Router
)
{
}
ngOnInit
():
void
{
}
goToStartpage
():
void
{
this
.
router
.
navigate
([
''
]);
}
}
src/app/rules/rules.component.html
View file @
522d737a
...
...
@@ -115,7 +115,7 @@
</li>
<li>
Bei einer
<b><a
class=
"redfont"
>
falschen Eingabe
</a></b>
habt ihr die
<b>
Möglichkeit
</b>
,
<br>
<b>
nach
</b>
einer
<b>
Runde
</b>
die
<b>
Antworten
</b>
im dargestellten
<b>
Spielverlauf azupassen
</b>
.
<b>
nach
</b>
einer
<b>
Runde
</b>
die
<b>
Antworten
</b>
im dargestellten
<b>
Spielverlauf a
n
zupassen
</b>
.
</li>
</ul>
</mat-card-content>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment