mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
batch replace sc-button by btn btn-...
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
<li class="cancel">
|
||||
<a href="{{ path('report_list', { 'person_id': person.id } ) }}" class="btn btn-cancel">{{ 'Back to the list'|trans }}</a>
|
||||
<li>
|
||||
<button class="sc-button green" type="submit">
|
||||
<button class="btn btn-chill-green" type="submit">
|
||||
<i class="fa fa-plus"></i>
|
||||
{{ 'Create a new report'|trans }}
|
||||
</button>
|
||||
|
@@ -24,7 +24,7 @@
|
||||
|
||||
{{ form_start(form) }}
|
||||
{{ form_widget(form.cFGroup) }}
|
||||
<button class="sc-button green" type="submit">
|
||||
<button class="btn btn-chill-green" type="submit">
|
||||
<i class="fa fa-upload"></i>
|
||||
{{ 'Export this kind of reports'|trans }}
|
||||
</button>
|
||||
|
Reference in New Issue
Block a user