.row .col-sm-6 .col-sm-1 - if @company.logo? = image_tag @company.logo_url(:small), alt: 'image', size: '50' .col-sm-11 .bold = @company.name.try(:titleize) hr p | Reminder to send invoices |   = @client.name.try(:titleize) |, |   = @location.name.try(:titleize) |   | and |   = @location.full_address |   | for scheduled service. hr = link_to 'VIEW', @url, method: 'patch', remote: true, class:'btn btn-small'