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/shared/about.html.erb

24 lines
904 B
Plaintext
Raw Normal View History

2015-05-05 03:10:25 +02:00
<div class="about-fablab scrollable">
<div class="row padder">
<header class="about-picture">
<div class="col-sm-offset-2 col-md-offset-3 col-sm-10 col-md-8">
2016-03-23 18:39:41 +01:00
<h1 class="about-title text-u-c" ng-bind-html="aboutTitle.value"></h1>
2015-05-05 03:10:25 +02:00
</div>
</header>
</div>
<div class="row padder">
<div class="col-sm-offset-1 col-md-offset-3 col-sm-7 col-md-5 col-lg-4 m-b-lg">
2016-03-23 18:39:41 +01:00
<span ng-bind-html="aboutBody.value"></span>
<p ng-show="cgu">
<a href="{{cgu.custom_asset_file_attributes.attachment_url}}" target="_blank" translate translate>{{ 'read_the_fablab_policy' }}</a>
2015-05-05 03:10:25 +02:00
</p>
</div>
<div class="col-sm-offset-0 col-md-offset-0 col-lg-offset-1 col-sm-4 col-md-4">
2016-03-23 18:39:41 +01:00
<h2 class="about-title-aside text-u-c" translate translate>{{ 'your_fablab_s_contacts' }}</h2>
<span ng-bind-html="aboutContacts.value"></span>
2015-05-05 03:10:25 +02:00
</div>
</div>
2016-03-23 18:39:41 +01:00
</div>