lol
This commit is contained in:
parent
4358a8baf4
commit
86dc3b010b
3 changed files with 8 additions and 4 deletions
|
@ -17,7 +17,7 @@
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<nav class="navbar navbar-expand-lg sticky-top bg-dark">
|
<nav class="navbar navbar-expand-lg sticky-top bg-primary">
|
||||||
<div class="container-fluid">
|
<div class="container-fluid">
|
||||||
<a class="navbar-brand" href="/">
|
<a class="navbar-brand" href="/">
|
||||||
{{ appName }}
|
{{ appName }}
|
||||||
|
|
|
@ -25,6 +25,7 @@
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>🍻🥃 DRINK TYPE!!! 🍷🍸</th>
|
<th>🍻🥃 DRINK TYPE!!! 🍷🍸</th>
|
||||||
|
<th>📚🔍 HISTORY!!! 📊📈</th>
|
||||||
<th>🎯💰 WANTED STOCK!!! ⭐✨</th>
|
<th>🎯💰 WANTED STOCK!!! ⭐✨</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
@ -35,6 +36,9 @@
|
||||||
{{ form_widget(drinkTypeForm.id) }}
|
{{ form_widget(drinkTypeForm.id) }}
|
||||||
{{ form_widget(drinkTypeForm.name) }}
|
{{ form_widget(drinkTypeForm.name) }}
|
||||||
</td>
|
</td>
|
||||||
|
<td>
|
||||||
|
lol
|
||||||
|
</td>
|
||||||
<td>
|
<td>
|
||||||
{{ form_widget(drinkTypeForm.wantedStock) }}
|
{{ form_widget(drinkTypeForm.wantedStock) }}
|
||||||
{{ form_errors(drinkTypeForm.wantedStock) }}
|
{{ form_errors(drinkTypeForm.wantedStock) }}
|
||||||
|
|
|
@ -12,11 +12,11 @@
|
||||||
<div class="number-input-wrapper">
|
<div class="number-input-wrapper">
|
||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
<button class="btn btn-outline-secondary number-decrease" type="button" data-action="decrease">
|
<button class="btn btn-outline-secondary number-decrease" type="button" data-action="decrease">
|
||||||
➖🔥 DECREASE!!! 💥⚡
|
➖🔥 DECREASE!!! 💥⚡📉
|
||||||
</button>
|
</button>
|
||||||
{{- block('form_widget_simple') -}}
|
{{- block('form_widget_simple') -}}
|
||||||
<button class="btn btn-outline-secondary number-increase" type="button" data-action="increase">
|
<button class="btn btn-outline-secondary number-increase" type="button" data-action="increase">
|
||||||
➕✨ INCREASE!!! 🚀💫
|
➕✨ INCREASE!!! 🚀💫📈
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue