mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-02-17 11:54:22 +01:00
cancel button does not trigger the generation
This commit is contained in:
parent
b0f7c634ea
commit
eec004d1ba
@ -63,11 +63,11 @@
|
||||
</form>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<form role=form" ng-submit="exportData()" name="exportForm" method="post" action="{{ actionUrl }}">
|
||||
<form role=form" ng-submit="exportData()" name="exportForm" method="post" action="{{ actionUrl }}" class="inline">
|
||||
<input name="authenticity_token" type="hidden" ng-value="csrfToken"/>
|
||||
<input name="_method" type="hidden" ng-value="method"/>
|
||||
<input name="body" type="hidden" ng-value="query"/>
|
||||
<input type="submit" class="btn btn-info" value="{{ 'export' | translate }}"/>
|
||||
<button class="btn btn-default" ng-click="cancel()" translate>{{ 'cancel' }}</button>
|
||||
</form>
|
||||
<button class="btn btn-default" ng-click="cancel()" translate>{{ 'cancel' }}</button>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user