ソースを参照

remove crop of appointment description

beta
Daniel 3年前
コミット
aa433b1fa1
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      src/client/app/tmpl/home-appointment-item.html

+ 1
- 1
src/client/app/tmpl/home-appointment-item.html ファイルの表示

@@ -198,7 +198,7 @@
<%= _lc( 'DETAILS' ) %> <%= _lc( 'DETAILS' ) %>
</td> </td>
<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> </td>
</tr> </tr>
</table> </table>


読み込み中…
キャンセル
保存