17 lines
383 B
Text
17 lines
383 B
Text
<section class="profile">
|
|
|
|
<%= link_to 'Back', articles_path %><br>
|
|
<hr>
|
|
|
|
|
|
|
|
<section class="profileinner">
|
|
<br>
|
|
<%= image_tag @member.avatar_image if @member.avatar_image.attached? %>
|
|
<li>Name: <%= @member.name %></li>
|
|
<li>Pronouns: <%= @member.pronouns %></li>
|
|
<li>Age: <%= @member.birthday %></li>
|
|
</section>
|
|
<h1 class="h1bio"><i>about me...</i></h1>
|
|
<%= @member.bio %>
|
|
</section>
|