Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pa165 Ice Hockey Manager
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tomáš Madeja
pa165 Ice Hockey Manager
71b8ad76adb1404ed988e25f38cfd3cec12840bd
pa165-ice-hockey-manager
web
src
app
components
delete-game-button
delete-game-button.component.html
Find file
Normal view
Permalink
delete-game-button.component.html
82 B
Newer
Older
feat: UI finetunes and fixes
Erik Moravec
committed
3 years ago
1
<button
(click)=
"onDeleteClick()"
class=
"btn btn-danger"
type=
"button"
>
X
</button>