Use parenthesis

Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
Kenji Okimoto 2018-09-10 17:18:59 +09:00
parent 8fcfdf46f6
commit 0bea67a2a8
No known key found for this signature in database
GPG Key ID: F9E3E329A5C5E4A1

View File

@ -7,7 +7,7 @@
.card-header
%h4= t('.in')
.card-body
- %w|tail syslog monitor_agent http forward|.each do |type|
- %w(tail syslog monitor_agent http forward).each do |type|
%p
= link_to(send("daemon_setting_in_#{type}_path", @fluentd)) do
= icon('fa-file-text-o fa-lg')
@ -23,7 +23,7 @@
.card-header
%h4= t('.out')
.card-body
- %w|stdout tdlog s3 mongo elasticsearch forward|.each do |type|
- %w(stdout tdlog s3 mongo elasticsearch forward).each do |type|
%p
= link_to(send("daemon_setting_out_#{type}_path", @fluentd)) do
= icon('fa-file-text-o fa-lg')