mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-03-15 12:29:16 +01:00
translation leftover
This commit is contained in:
parent
b1095866b8
commit
cf15074bb6
@ -26,7 +26,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="widget-content no-bg wrapper text-black-light">
|
<div class="widget-content no-bg wrapper text-black-light">
|
||||||
<!-- TODO -->
|
<!-- 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> -->
|
<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 ng-bind-html="project.description | humanize : 180 | toTrusted"></div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -72,7 +72,7 @@
|
|||||||
<div class="thumb-lg m-b-xs">
|
<div class="thumb-lg m-b-xs">
|
||||||
<fab-user-avatar ng-model="project.author.user_avatar" avatar-class="thumb-50"></fab-user-avatar>
|
<fab-user-avatar ng-model="project.author.user_avatar" avatar-class="thumb-50"></fab-user-avatar>
|
||||||
</div>
|
</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>
|
<small class="text-xs m-b"><i>posted on {{project.created_at | amDateFormat: 'Do MMMM YYYY'}}</i></small>
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user