Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
boco-frontend
Manage
Activity
Members
Labels
Plan
Issues
21
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container 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_2022_02
boco-frontend
Commits
1e63f664
Commit
1e63f664
authored
2 years ago
by
Titus Netland
Browse files
Options
Downloads
Patches
Plain Diff
add item icon added
parent
7aaa3e64
No related branches found
Branches containing commit
No related tags found
1 merge request
!29
add item icon added
Pipeline
#176695
passed with stages
in 1 minute and 57 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/assets/additem.png
+0
-0
0 additions, 0 deletions
src/assets/additem.png
src/components/NavBar.vue
+2
-2
2 additions, 2 deletions
src/components/NavBar.vue
with
2 additions
and
2 deletions
src/assets/additem.png
0 → 100644
+
0
−
0
View file @
1e63f664
29.2 KiB
This diff is collapsed.
Click to expand it.
src/components/NavBar.vue
+
2
−
2
View file @
1e63f664
...
...
@@ -5,10 +5,10 @@
</div>
<ul
class=
"flex"
>
<li>
<img
class=
"m-6 cursor-pointer h-8 "
src=
"../assets/
messages
.png"
alt=
"
Meldinger
"
@
click=
"$router.push('/
messages
')"
/>
<img
class=
"m-6 cursor-pointer h-8 "
src=
"../assets/
additem
.png"
alt=
"
Legg til
"
@
click=
"$router.push('/
addNewItem
')"
/>
</li>
<li>
<img
class=
"m-6 cursor-pointer h-8 "
src=
"../assets/
notification
s.png"
alt=
"
Varls
er"
@
click=
"$router.push('/
notification
s')"
/>
<img
class=
"m-6 cursor-pointer h-8 "
src=
"../assets/
message
s.png"
alt=
"
Melding
er"
@
click=
"$router.push('/
message
s')"
/>
</li>
<li>
<img
class=
"m-6 cursor-pointer h-8 "
src=
"../assets/profile.png"
alt=
"Profil"
@
click=
"loadProfile"
/>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment