Bladeren bron

remove crop of appointment description

beta
Daniel 3 jaren geleden
bovenliggende
commit
aa433b1fa1
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. +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() ? app.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>


Laden…
Annuleren
Opslaan