From e45e239e3e4f36d03bdf140fb6076289d12d2269 Mon Sep 17 00:00:00 2001 From: Shinichi Urabe Date: Fri, 9 Jun 2017 12:58:22 +0900 Subject: [PATCH 2/2] (refs #4206) truncate long description in list page. (mobile_frontend) --- apps/mobile_frontend/modules/album/templates/_list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/mobile_frontend/modules/album/templates/_list.php b/apps/mobile_frontend/modules/album/templates/_list.php index dbd06d8..99f7265 100644 --- a/apps/mobile_frontend/modules/album/templates/_list.php +++ b/apps/mobile_frontend/modules/album/templates/_list.php @@ -4,7 +4,7 @@ Member->name, '@member_profile?id='.$album->Member->id) ?> title, 'album_show', $album) ?>
getCoverImage(), array('width' => '80', 'size' => '120x120')), 'album_show', $album) ?>
-body ?> +body, 30, '', 3) ?>
getCreatedAt())) ?>
" size="3"> -- 2.7.1.287.g4943984