You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2017/07/16 15:50:37 UTC

[whimsy] branch master updated: multi-column format

This is an automated email from the ASF dual-hosted git repository.

rubys pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 773afe4  multi-column format
773afe4 is described below

commit 773afe4f50a06b140f4a83bb50e3f23c538c5592
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Sun Jul 16 11:50:27 2017 -0400

    multi-column format
---
 www/board/agenda/views/pages/adjournment.js.rb | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/www/board/agenda/views/pages/adjournment.js.rb b/www/board/agenda/views/pages/adjournment.js.rb
index c417041..dc41fd3 100644
--- a/www/board/agenda/views/pages/adjournment.js.rb
+++ b/www/board/agenda/views/pages/adjournment.js.rb
@@ -312,8 +312,10 @@ class FeedbackReminder < React
   def render
     _p 'Draft feedback:'
 
-    _ul Todos.feedback do |pmc|
-      _li {_Link text: pmc, href: pmc.gsub(/\s+/, '-')}
+    _ul.list_group.row Todos.feedback do |pmc|
+      _li.list_group_item.col_xs_6.col_sm_4.col_md_3.col_lg_2 do
+        _Link text: pmc, href: pmc.gsub(/\s+/, '-')
+     end
     end
 
     _button.checklist.btn.btn_default 'Submit',

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" <co...@whimsical.apache.org>'].