使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
注册
登录
spawntree
/
probuddy-master
关注
2
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
0
百科
动态
浏览代码
remove crop of appointment description
beta
Daniel
3 年前
父节点
e9010fddaa
当前提交
aa433b1fa1
共有
1 个文件被更改
,包括
1 次插入
和
1 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+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' ) %>
</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>
撰写
预览
正在加载...
取消
保存