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
commit 76145d6c2cd96a0f20fd307d1b8d7bb24c70443d Author: Sam Ruby <[email protected]> AuthorDate: Tue May 8 10:17:25 2018 -0400 move assignment outside of the loop --- www/board/agenda/views/pages/index.js.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/www/board/agenda/views/pages/index.js.rb b/www/board/agenda/views/pages/index.js.rb index ebf7dce..e28b3fa 100644 --- a/www/board/agenda/views/pages/index.js.rb +++ b/www/board/agenda/views/pages/index.js.rb @@ -16,9 +16,8 @@ class Index < Vue _th 'Shepherd' end + started = Minutes.started _tbody Agenda.index do |row| - started = Minutes.started - _tr class: row.color do _td row.attach -- To stop receiving notification emails like this one, please contact [email protected].
