1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-11-29 10:24:20 +01:00
fab-manager/app/assets/templates/events/edit.html.erb

26 lines
731 B
Plaintext
Raw Normal View History

2015-05-05 03:10:25 +02:00
<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="fa fa-long-arrow-left"></i></a>
</section>
</div>
<div class="col-xs-10 col-sm-10 col-md-8 b-l ">
<section class="heading-title">
2016-03-23 18:39:41 +01:00
<h1 translate>{{ 'edit_the_event' }}</h1>
2015-05-05 03:10:25 +02:00
</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="'<%= asset_path 'events/_form.html' %>'"></ng-include>
</form>
</div>