mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-03-14 11:29:15 +01:00
commit
3eba4d5996
@ -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>
|
||||
|
@ -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>
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user