1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-03-14 11:29:15 +01:00

Merge pull request #16 from xinfab/English

Translation leftover
This commit is contained in:
Sylvain 2016-01-18 16:01:05 +01:00
commit 3eba4d5996
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@
</div>
<div class="widget-content no-bg wrapper text-black-light">
<!-- TODO -->
<!-- <div class="text-sm font-sbold "><i>Par {{project.author.first_name}}</i></div>
<!-- <div class="text-sm font-sbold "><i>By {{project.author.first_name}}</i></div>
<small class="text-xs m-b"><i>posté le {{project.created_at | amDateFormat: 'Do MMMM YYYY'}}</i></small> -->
<div ng-bind-html="project.description | humanize : 180 | toTrusted"></div>
</div>

View File

@ -72,7 +72,7 @@
<div class="thumb-lg m-b-xs">
<fab-user-avatar ng-model="project.author.user_avatar" avatar-class="thumb-50"></fab-user-avatar>
</div>
<div><a class="text-sm font-sbold" ui-sref="app.logged.members_show({id: project.author.slug})"><i>Par {{project.author.first_name}}</i></a></div>
<div><a class="text-sm font-sbold" ui-sref="app.logged.members_show({id: project.author.slug})"><i>By {{project.author.first_name}}</i></a></div>
<small class="text-xs m-b"><i>posted on {{project.created_at | amDateFormat: 'Do MMMM YYYY'}}</i></small>