<% if @result %>

Results

<% @result.each do |k, v| %>
<%= k %>
<%= v.present? ? v : '-' %>
<% end %>
<% end %>