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 href="#" ng-click="backPrevLocation($event)"><i class="fa fa-long-arrow-left "></i></a>
|
|
|
|
</section>
|
|
|
|
</div>
|
|
|
|
<div class="col-xs-10 col-sm-10 col-md-8 b-l b-r-md">
|
|
|
|
<section class="heading-title">
|
|
|
|
<h1>{{user.name}}</h1>
|
|
|
|
</section>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="col-xs-12 col-sm-12 col-md-3 b-t hide-b-md">
|
|
|
|
<section class="heading-actions wrapper">
|
2016-03-23 18:39:41 +01:00
|
|
|
<a ui-sref="app.logged.members" class="btn btn-lg btn-warning bg-white b-2x rounded m-t-xs" translate>{{ 'members_list' }}</a>
|
2015-05-05 03:10:25 +02:00
|
|
|
</section>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</section>
|
2016-05-12 13:53:59 +02:00
|
|
|
<ng-include src="'<%= asset_path 'shared/publicProfile.html' %>'"></ng-include>
|
2015-05-05 03:10:25 +02:00
|
|
|
</div>
|