From 23298a03b3a4882600a666be3588e1ed6b39e435 Mon Sep 17 00:00:00 2001 From: Maximilian Krambach Date: Mon, 21 Jan 2019 19:04:43 +0100 Subject: [PATCH] Shortening motion titles --- .../motion-list/motion-list.component.html | 38 ++++++++++--------- .../motion-list/motion-list.component.scss | 26 +++++++++++-- 2 files changed, 44 insertions(+), 20 deletions(-) diff --git a/client/src/app/site/motions/components/motion-list/motion-list.component.html b/client/src/app/site/motions/components/motion-list/motion-list.component.html index c3ba9a145..047c98f6a 100644 --- a/client/src/app/site/motions/components/motion-list/motion-list.component.html +++ b/client/src/app/site/motions/components/motion-list/motion-list.component.html @@ -50,24 +50,28 @@ Title -
- {{ motion.title }} - - {{ motion.star ? 'star' : 'star_border' }} +
+ +
+ + + attach_file - - - - - - attach_file - - -
- - by {{ motion.submitters }} - -
+ + + {{ motion.title }} + + + + star + +
+ +
+ + by {{ motion.submitters }} + +