Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Smartmat Frontend
Manage
Activity
Members
Labels
Plan
Issues
2
Issue boards
Milestones
Wiki
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
idatt2106-v23-10
Smartmat Frontend
Merge requests
!22
Add extend expiry button
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add extend expiry button
feat/extend-expiry
into
dev
Overview
0
Commits
9
Pipelines
4
Changes
17
Merged
Eric Bieszczad-Stie
requested to merge
feat/extend-expiry
into
dev
1 year ago
Overview
0
Commits
9
Pipelines
4
Changes
2
Expand
0
0
Merge request reports
Viewing commit
535d8b26
Show latest version
2 files
+
10
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
535d8b26
chore: run formatter
· 535d8b26
Eric Bieszczad-Stie
authored
1 year ago
src/components/ItemCard.vue
+
3
−
1
Options
@@ -22,7 +22,9 @@
</div>
<div
class=
"buttons"
>
<el-button
id=
"extend-button"
type=
"primary"
@
click=
"emit('extend')"
>
Forleng varighet
</el-button>
<el-button
id=
"extend-button"
type=
"primary"
@
click=
"emit('extend')"
>
Forleng varighet
</el-button
>
<el-button
id=
"use-button"
type=
"primary"
@
click=
"emit('use', item)"
>
Bruk
</el-button>
<el-button
id=
"delete-button"
type=
"danger"
@
click=
"emit('delete', item)"
>
Slett
</el-button>
</div>
Loading