Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
detb-client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
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
Hugo BAYOUD
detb-client
Merge requests
!2
Resolve "[FRONT] Création de la topbar"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "[FRONT] Création de la topbar"
2-front-creation-de-la-topbar
into
master
Overview
0
Commits
2
Pipelines
0
Changes
6
Merged
Hugo BAYOUD
requested to merge
2-front-creation-de-la-topbar
into
master
3 years ago
Overview
0
Commits
2
Pipelines
0
Changes
19
Expand
Closes
#2 (closed)
Edited
3 years ago
by
Hugo BAYOUD
0
0
Merge request reports
Compare
version 1
version 1
b1cb88dd
3 years ago
master (base)
and
latest version
latest version
b37d6376
2 commits,
3 years ago
version 1
b1cb88dd
1 commit,
3 years ago
Show latest version
19 files
+
325
−
36
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
19
Search (e.g. *.vue) (Ctrl+P)
src/app/components/bars/bars.component.html
+
2
−
16
Options
@@ -13,21 +13,7 @@
<div>
{{ bar.address }}
</div>
</div>
<div
class=
"card-action"
>
<button
mat-raised-button
color=
'accent'
>
choisir
</button>
<button
mat-raised-button
routerLink=
"/menu/{{bar._id}}"
color=
'accent'
>
choisir
</button>
</div>
</div>
</section>
<!-- <section>
<div class=" card row-container center">
<div class="card-header">
<img class="logo-img" src="https://fakeimg.pl/300/" alt="fake-img">
</div>
<div class="card-content">
<p>Déliriuem Café clermont-ferrand</p>
<div>{{ bar.address }}</div>
</div>
<div class="card-action">
<button mat-raised-button color='accent'>choisir</button>
</div>
</div>
</section> -->
</section>
\ No newline at end of file
Loading