Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Inscrição
Iniciar sessão
spawntree
/
probuddy-master
Vigiar
2
Marcar como favorito
0
Derivar
0
Código
Questões
0
Pedidos de integração
0
Lançamentos
0
Wiki
Trabalho
Ver a proveniência
remove cropping
feature-profilechilds
Daniel
há 3 anos
ascendente
357224069c
cometimento
5dfba467c6
1 ficheiros alterados
com
1 adições
e
1 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+1
-1
src/client/app/tmpl/home-appointment-item.html
+ 1
- 1
src/client/app/tmpl/home-appointment-item.html
Ver ficheiro
@@ -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é-visualizar
Carregando…
Cancelar
Guardar