This is an automated email from the ASF dual-hosted git repository.
rubys pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 3cf1740 Move minutes to second column
3cf1740 is described below
commit 3cf174026e35f64bed648fe27dfa2356a02e51bd
Author: Sam Ruby <rubys@intertwingly.net>
AuthorDate: Mon Aug 1 15:35:10 2016 -0400
Move minutes to second column
---
www/board/agenda/views/pages/adjournment.js.rb | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/www/board/agenda/views/pages/adjournment.js.rb b/www/board/agenda/views/pages/adjournment.js.rb
index d9c841b..bda19ae 100644
--- a/www/board/agenda/views/pages/adjournment.js.rb
+++ b/www/board/agenda/views/pages/adjournment.js.rb
@@ -90,13 +90,13 @@ class Adjournment < React
end
end
end
+ end
- _section do
- minutes = Minutes.get(@@item.title)
- if minutes
- _h3 'Minutes'
- _pre.comment minutes
- end
+ _section do
+ minutes = Minutes.get(@@item.title)
+ if minutes
+ _h3 'Minutes'
+ _pre.comment minutes
end
end
end
--
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" <commits@whimsical.apache.org>'].
|