mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-11-30 11:24:21 +01:00
26 lines
736 B
HTML
26 lines
736 B
HTML
<div>
|
|
|
|
<section class="heading b-b">
|
|
<div class="row no-gutter">
|
|
<div class="col-xs-2 col-sm-2 col-md-1">
|
|
<section class="heading-btn">
|
|
<a ng-click="cancel()"><i class="fas fa-long-arrow-alt-left"></i></a>
|
|
</section>
|
|
</div>
|
|
<div class="col-xs-10 col-sm-10 col-md-8 b-l ">
|
|
<section class="heading-title">
|
|
<h1 translate>{{ 'app.admin.events_new.add_an_event' }}</h1>
|
|
</section>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
|
|
<form role="form" name="eventForm" class="form-horizontal" novalidate action="{{ actionUrl }}" ng-upload="submited(content)" upload-options-enable-rails-csrf="true">
|
|
|
|
<ng-include src="'/events/_form.html'"></ng-include>
|
|
|
|
</form>
|
|
|
|
</div>
|