Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Cadastrar
Acessar
spawntree
/
probuddy-master
Observar
2
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
remove cropping
feature-profilechilds
Daniel
3 anos atrás
pai
357224069c
commit
5dfba467c6
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
src/client/app/tmpl/home-appointment-item.html
+ 1
- 1
src/client/app/tmpl/home-appointment-item.html
Ver arquivo
@@ -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>
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar