<% if current_user %> <%= link_to "Edit", edit_profile_path %> <% end %>


<%= @profile.name %>


<%= image_tag @profile.avatar_image if @profile.avatar_image.attached? %>
  • Pronouns: <%= @profile.pronouns %>
  • Age: <%= @profile.age %>
  • about the creature

    <%= @profile.bio %>