From 907b8e949ec626a01cd992bce854726a8f6400ea Mon Sep 17 00:00:00 2001 From: Bruck Wubete Date: Tue, 21 Aug 2018 08:04:41 -0800 Subject: [PATCH 1/5] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 52a9c505..c4c72315 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -31,7 +31,7 @@ volumes: [ stage('Test') { container('ruby') { - sh "bundle install && bundle exec rubocop && bundle exec rspec" + sh "bundle install && bundle exec rubocop && bundle exec rspec " } } From d7db798adc7ed5e7b4a83d9f7232294e2c0742af Mon Sep 17 00:00:00 2001 From: Joshua Arts Date: Tue, 21 Aug 2018 13:20:04 -0400 Subject: [PATCH 2/5] show placeholder when no participants field --- app/views/shared/components/_recording_row.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/shared/components/_recording_row.html.erb b/app/views/shared/components/_recording_row.html.erb index c567d771..b1489b53 100644 --- a/app/views/shared/components/_recording_row.html.erb +++ b/app/views/shared/components/_recording_row.html.erb @@ -38,7 +38,7 @@
<%= t("recording.table.users") %>
- <%= recording[:participants] %> + <%= recording[:participants] || "-" %>