<%= h @profile.phone %>
<% end %> <% if @profile.mobile? %><%= h @profile.mobile %>
<% end %> <% if @profile.fax? %><%= h @profile.fax %>
<% end %> <% if @profile.address? %><%= h @profile.address %>
<% end %> <% if @profile.website? %><%= link_to @profile.website, @profile.website %>
<% end %> <% else %> <%= render partial: 'empty' %> <% end %>