clear up; add demo data
This commit is contained in:
@@ -6,9 +6,12 @@
|
||||
<section class="card"
|
||||
data-controller="app"
|
||||
data-app-step-value="1"
|
||||
{% if currentHash %}
|
||||
data-app-show-url-value="{{ path('app_taxes_dividend_show',{'hash': currentHash}) }}"
|
||||
{% endif %}
|
||||
{% if demo %}
|
||||
data-app-demo-value="{{ demo }}"
|
||||
{% endif %}
|
||||
{% if currentHash %}
|
||||
data-app-show-url-value="{{ path('app_taxes_dividend_show',{'hash': currentHash}) }}"
|
||||
{% endif %}
|
||||
>
|
||||
<div class="rail">
|
||||
{% for row in [{i:'1', label:'Wybór'}, {i:'2', label:'Pliki'}, {i:'3', label:'Wynik'}] %}
|
||||
@@ -37,7 +40,8 @@
|
||||
</div>
|
||||
<span class="arrow">→</span>
|
||||
</button>
|
||||
<button type="button" class="choice" data-label="Kryptowaluty" data-type="crypto" data-action="app#pick" data-endpoint="{{ path('app_taxes_summary',{type:"crypto"}) }}">
|
||||
{# data-label="Kryptowaluty" data-type="crypto" data-action="app#pick" data-endpoint="{{ path('app_taxes_summary',{type:"crypto"}) }}"#}
|
||||
<button type="button" class="choice unable">
|
||||
<div class="choice-icon crypto">₿</div>
|
||||
<div class="choice-body">
|
||||
<div class="choice-title">Kryptowaluty</div>
|
||||
|
||||
Reference in New Issue
Block a user