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">
|
2016-06-01 11:15:01 +02:00
|
|
|
<a ng-click="backPrevLocation($event)"><i class="fa fa-long-arrow-left"></i></a>
|
2015-05-05 03:10:25 +02:00
|
|
|
</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>{{ 'add_a_new_project' }}</h1>
|
2015-05-05 03:10:25 +02:00
|
|
|
</section>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
|
2016-03-23 18:39:41 +01:00
|
|
|
<form role="form" name="projectForm" class="form-horizontal" novalidate action="{{ actionUrl }}" ng-upload="submited(content)" upload-options-enable-rails-csrf="true" unsaved-warning-form>
|
2015-05-05 03:10:25 +02:00
|
|
|
|
|
|
|
<ng-include src="'<%= asset_path 'projects/_form.html' %>'"></ng-include>
|
|
|
|
|
|
|
|
</form>
|
|
|
|
|
|
|
|
</div>
|