show offers panel
This commit is contained in:
parent
0dd14eae8e
commit
51a8666332
3 changed files with 25 additions and 1 deletions
|
|
@ -12,13 +12,19 @@
|
|||
<%- include("partials/appCommonHeader") %>
|
||||
|
||||
<div class="over-background" id="offers-root">
|
||||
<button
|
||||
id="button-view-my-offers"
|
||||
class="button-primary button-medium font-medium"
|
||||
>
|
||||
Ver mis ofertas
|
||||
</button>
|
||||
<button
|
||||
id="button-start-create-offer"
|
||||
class="button-primary button-medium font-medium"
|
||||
style="display: block"
|
||||
>
|
||||
Crear nueva oferta
|
||||
</button>
|
||||
|
||||
</div>
|
||||
<div class="over-background" id="create-offer-root">
|
||||
<div id="create-offer-controls">
|
||||
|
|
@ -179,6 +185,9 @@
|
|||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="over-background" id="view-my-offers-root">
|
||||
|
||||
</div>
|
||||
<div
|
||||
id="offer-created-confirmation"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue