Ce site fonctionne mieux avec JavaScript.
Accueil
Explorateur
Aide
S'inscrire
Connexion
spawntree
/
probuddy-master
Suivre
2
Ajouter aux favoris
0
Bifurcation
0
Code
Tickets
0
Demandes d'ajout
0
Versions
0
Wiki
Activité
Parcourir la source
remove cropping
feature-profilechilds
Daniel
il y a 3 ans
Parent
357224069c
révision
5dfba467c6
1 fichiers modifiés
avec
1 ajouts
et
1 suppressions
Vue séparée
Option de Diff
Voir les Statistiques
Télécharger le Fichier Patch
Télécharger le Fichier des Différences
+1
-1
src/client/app/tmpl/home-appointment-item.html
+ 1
- 1
src/client/app/tmpl/home-appointment-item.html
Voir le fichier
@@ -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>
Écrire
Aperçu
Chargement…
Annuler
Enregistrer