Deze website werkt beter met JavaScript.
Beginscherm
Verkennen
Help
Registreren
Inloggen
spawntree
/
probuddy-master
Volgen
2
Ster
0
Vork
0
Code
Kwesties
0
Pull-aanvragen
0
Publicaties
0
Wiki
Activiteit
Bladeren bron
remove cropping
feature-profilechilds
Daniel
3 jaren geleden
bovenliggende
357224069c
commit
5dfba467c6
1 gewijzigde bestanden
met
toevoegingen van 1
en
1 verwijderingen
Zij-aan-zij weergave
Diff opties
Statistieken weergeven
Download Patch-bestand
Download Diff-bestand
+1
-1
src/client/app/tmpl/home-appointment-item.html
+ 1
- 1
src/client/app/tmpl/home-appointment-item.html
Bestand weergeven
@@ -198,7 +198,7 @@
<%= _lc( 'DETAILS' ) %>
</td>
<td>
<%=raw a.getComment() ? a
pp.util.Helper.crop( app.util.Helper.nl2br( a
.getComment(
) ), 200
) : ( '<i>' + _lc( 'APPOINTMENT_NO_COMMENT' ) + '</i>' ) %>
<%=raw a.getComment() ? a.getComment() : ( '<i>' + _lc( 'APPOINTMENT_NO_COMMENT' ) + '</i>' ) %>
</td>
</tr>
</table>
Schrijf
Voorbeeld
Laden…
Annuleren
Opslaan