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